pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/clex



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Dec 31 11:52:17 UTC 2016

Modified Files:
        pkgsrc/sysutils/clex: Makefile

Log Message:
Remove outdated DragonFly workaround.

Tested on monster.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/clex/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/clex/Makefile
diff -u pkgsrc/sysutils/clex/Makefile:1.8 pkgsrc/sysutils/clex/Makefile:1.9
--- pkgsrc/sysutils/clex/Makefile:1.8   Fri Feb 26 10:24:11 2016
+++ pkgsrc/sysutils/clex/Makefile       Sat Dec 31 11:52:17 2016
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2016/02/26 10:24:11 jperkin Exp $
-#
+# $NetBSD: Makefile,v 1.9 2016/12/31 11:52:17 wiz Exp $
 
 DISTNAME=              clex-4.6.4
 PKGREVISION=           1
@@ -18,8 +17,5 @@ GNU_CONFIGURE=                yes
 post-extract:
        cd ${WRKSRC} && ${RM} -f src/*.orig
 
-# libtinfo in DragonFly is linked with libncurses
-BUILDLINK_TRANSFORM.DragonFly+=        rm:-ltinfo
-
 .include "../../devel/ncursesw/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index