pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/clex Remove outdated DragonFly workaround.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5892d60e395c
branches:  trunk
changeset: 356440:5892d60e395c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Dec 31 11:52:17 2016 +0000

description:
Remove outdated DragonFly workaround.

Tested on monster.

diffstat:

 sysutils/clex/Makefile |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (19 lines):

diff -r 019e010fcb07 -r 5892d60e395c sysutils/clex/Makefile
--- a/sysutils/clex/Makefile    Sat Dec 31 10:01:32 2016 +0000
+++ b/sysutils/clex/Makefile    Sat Dec 31 11:52:17 2016 +0000
@@ -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 @@
 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