pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/xfractint



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue May  9 16:17:39 UTC 2017

Modified Files:
        pkgsrc/math/xfractint: Makefile

Log Message:
Remove toxic BUILDLINK_TRANSFORM.  Requires termcap.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/math/xfractint/Makefile

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

Modified files:

Index: pkgsrc/math/xfractint/Makefile
diff -u pkgsrc/math/xfractint/Makefile:1.11 pkgsrc/math/xfractint/Makefile:1.12
--- pkgsrc/math/xfractint/Makefile:1.11 Sat Jan  7 21:58:46 2017
+++ pkgsrc/math/xfractint/Makefile      Tue May  9 16:17:39 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2017/01/07 21:58:46 zafer Exp $
+# $NetBSD: Makefile,v 1.12 2017/05/09 16:17:39 jperkin Exp $
 #
 
 DISTNAME=              xfrac310
@@ -19,7 +19,6 @@ MAKE_FLAGS+=          BINDIR=${PREFIX}/bin
 MAKE_FLAGS+=           MANDIR=${PREFIX}/${PKGMANDIR}/man1
 MAKE_FLAGS+=           SRCDIR=${PREFIX}/share/xfractint
 BUILD_TARGET=          xfractint
-BUILDLINK_TRANSFORM+=  l:ncurses:curses
 
 INSTALLATION_DIRS=     bin $(PKGMANDIR)/man1 share/xfractint
 
@@ -35,5 +34,6 @@ post-wrapper:
        fi
 
 .include "../../mk/curses.buildlink3.mk"
+.include "../../mk/termcap.buildlink3.mk"
 .include "../../x11/libX11/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index