[Midnightbsd-cvs] mports: Makefile: portlint fixes.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Oct 5 11:18:49 EDT 2008


Log Message:
-----------
portlint fixes.

Modified Files:
--------------
    mports/devel/ncurses:
        Makefile (r1.5 -> r1.6)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/devel/ncurses/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -L devel/ncurses/Makefile -L devel/ncurses/Makefile -u -r1.5 -r1.6
--- devel/ncurses/Makefile
+++ devel/ncurses/Makefile
@@ -18,7 +18,7 @@
 COMMENT=	Library for terminal-independent, full-screen output
 LICENSE=	mit
 
-CONFLICTS=	ncurses-devel-*
+CONFLICTS=	ncurses-devel-[0-9]*
 
 RELEASE=	5.6
 
@@ -79,10 +79,6 @@
 
 .include "${.CURDIR}/Makefile.man"
 
-.if ${OSVERSION} < 503000
-WITHOUT_WIDEC=	yes
-.endif
-
 .if !defined(WITHOUT_PROFILE) && !defined(NO_PROFILE) && !defined(NOPROFILE)
 CONFIGURE_ARGS+=--with-profile
 PLIST_SUB+=	PROFILE=""


More information about the Midnightbsd-cvs mailing list