pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/asclock-xlib Convert to buildlink3 and remove sup...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f8c68efaf052
branches:  trunk
changeset: 472587:f8c68efaf052
user:      snj <snj%pkgsrc.org@localhost>
date:      Sun Apr 11 16:40:10 2004 +0000

description:
Convert to buildlink3 and remove superfluous USE_X11BASE.

diffstat:

 time/asclock-xlib/Makefile |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r a0d1053ea18d -r f8c68efaf052 time/asclock-xlib/Makefile
--- a/time/asclock-xlib/Makefile        Sun Apr 11 16:37:54 2004 +0000
+++ b/time/asclock-xlib/Makefile        Sun Apr 11 16:40:10 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/01/20 12:27:16 agc Exp $
+# $NetBSD: Makefile,v 1.12 2004/04/11 16:40:10 snj Exp $
 #
 
 DISTNAME=      asclock-xlib-2.0.11
@@ -12,9 +12,8 @@
 NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL
 
 WRKSRC=                ${WRKDIR}/asclock-xlib
-USE_BUILDLINK2=        YES
+USE_BUILDLINK3=        YES
 USE_IMAKE=     YES
-USE_X11BASE=   YES
 
 PLIST_SRC=     ${PKGDIR}/PLIST \
                ${PKGDIR}/PLIST.themes
@@ -33,5 +32,5 @@
        ${CP} -R ${WRKSRC}/themes/* ${PREFIX}/share/asclock-xlib
        ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/asclock-xlib
 
-.include "../../graphics/xpm/buildlink2.mk"
+.include "../../graphics/xpm/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index