summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorsnj <snj>2004-04-11 16:40:10 +0000
committersnj <snj>2004-04-11 16:40:10 +0000
commit777f868ceaa8c033e2fc51dff6c50a910c0825cc (patch)
tree9a2f3f15b111125df222e791f4e81c79bdc4a4a7 /time
parent47b61c9a57225360d734144dccd0c5b0d2dc9635 (diff)
downloadpkgsrc-777f868ceaa8c033e2fc51dff6c50a910c0825cc.tar.gz
Convert to buildlink3 and remove superfluous USE_X11BASE.
Diffstat (limited to 'time')
-rw-r--r--time/asclock-xlib/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/time/asclock-xlib/Makefile b/time/asclock-xlib/Makefile
index a469b4969bf..5ff47e73b6c 100644
--- a/time/asclock-xlib/Makefile
+++ b/time/asclock-xlib/Makefile
@@ -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 @@ COMMENT= Dockable clock and calendar with themes for X11
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 @@ post-install:
${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"