pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/x11-links Garbage collect USE_X11_LINKS, whic...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bef53febea57
branches:  trunk
changeset: 470641:bef53febea57
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu Mar 11 05:16:49 2004 +0000

description:
Garbage collect USE_X11_LINKS, which was used solely to avoid
dependency loops, and which are now handled in a more general way
by bsd.buildlink3.mk.

diffstat:

 pkgtools/x11-links/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 09920fdfbcea -r bef53febea57 pkgtools/x11-links/Makefile
--- a/pkgtools/x11-links/Makefile       Thu Mar 11 05:15:23 2004 +0000
+++ b/pkgtools/x11-links/Makefile       Thu Mar 11 05:16:49 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2004/02/17 16:50:26 jlam Exp $
+# $NetBSD: Makefile,v 1.57 2004/03/11 05:16:49 jlam Exp $
 #
 # NOTE:        If you update this package, then you'll likely need to also update
 #      the x11-links dependency in mk/buildlink[23]/bsd.buildlink[23].mk
@@ -22,7 +22,6 @@
 NO_CHECKSUM=           yes
 NO_MTREE=              yes
 USE_X11=               yes
-USE_X11_LINKS=         no
 
 PLIST_SRC=             ${WRKDIR}/.PLIST_SRC
 PLIST_SRC.dirs=                ${PLIST_SRC}.dirs



Home | Main Index | Thread Index | Old Index