Sun Mar 2 07:07:43 2008 UTC ()
Remove unnecessary check for the TERMCAP_TYPE -- revision 1.2 of
termcap.buildlink3.mk will cause all termcap libraries other than the
one we specify to not be found.


(jlam)
diff -r1.44 -r1.45 pkgsrc/devel/readline/Makefile

cvs diff -r1.44 -r1.45 pkgsrc/devel/readline/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/readline/Makefile 2008/02/29 22:41:13 1.44
+++ pkgsrc/devel/readline/Makefile 2008/03/02 07:07:43 1.45
@@ -1,33 +1,28 @@ @@ -1,33 +1,28 @@
1# $NetBSD: Makefile,v 1.44 2008/02/29 22:41:13 jlam Exp $ 1# $NetBSD: Makefile,v 1.45 2008/03/02 07:07:43 jlam Exp $
2# 2#
3 3
4DISTNAME= readline-5.2 4DISTNAME= readline-5.2
5PKGREVISION= 1 5PKGREVISION= 1
6CATEGORIES= devel 6CATEGORIES= devel
7MASTER_SITES= ${MASTER_SITE_GNU:=readline/} 7MASTER_SITES= ${MASTER_SITE_GNU:=readline/}
8 8
9#PATCH_SITES= ${MASTER_SITE_GNU:=readline/readline-5.1-patches/} 9#PATCH_SITES= ${MASTER_SITE_GNU:=readline/readline-5.1-patches/}
10#PATCHFILES= readline51-001 10#PATCHFILES= readline51-001
11 11
12MAINTAINER= pkgsrc-users@NetBSD.org 12MAINTAINER= pkgsrc-users@NetBSD.org
13HOMEPAGE= http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html 13HOMEPAGE= http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html
14COMMENT= GNU library that can recall and edit previous input 14COMMENT= GNU library that can recall and edit previous input
15#LICENSE= gnu-gpl-v2 15#LICENSE= gnu-gpl-v2
16 16
17PKG_INSTALLATION_TYPES= overwrite pkgviews 17PKG_INSTALLATION_TYPES= overwrite pkgviews
18PKG_DESTDIR_SUPPORT= user-destdir 18PKG_DESTDIR_SUPPORT= user-destdir
19 19
20GNU_CONFIGURE= yes 20GNU_CONFIGURE= yes
21USE_LIBTOOL= yes 21USE_LIBTOOL= yes
22INFO_FILES= # PLIST 22INFO_FILES= # PLIST
23 23
24BUILD_TARGET= all-libtool 24BUILD_TARGET= all-libtool
25INSTALL_TARGET= install-libtool 25INSTALL_TARGET= install-libtool
26 26
27.include "../../mk/termcap.buildlink3.mk" 27.include "../../mk/termcap.buildlink3.mk"
28 
29.if ${TERMCAP_TYPE} == "curses" 
30CONFIGURE_ARGS+= --with-curses 
31.endif 
32 
33.include "../../mk/bsd.pkg.mk" 28.include "../../mk/bsd.pkg.mk"