diff options
author | snj <snj@pkgsrc.org> | 2004-04-11 16:40:10 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-11 16:40:10 +0000 |
commit | cd4da8621cb62a23f03eef051210f9b8e1284369 (patch) | |
tree | 9a2f3f15b111125df222e791f4e81c79bdc4a4a7 | |
parent | 122449851abf292165c353c3aade25d86ed53789 (diff) | |
download | pkgsrc-cd4da8621cb62a23f03eef051210f9b8e1284369.tar.gz |
Convert to buildlink3 and remove superfluous USE_X11BASE.
-rw-r--r-- | time/asclock-xlib/Makefile | 7 |
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" |