diff options
author | snj <snj@pkgsrc.org> | 2004-04-11 16:37:54 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-11 16:37:54 +0000 |
commit | 122449851abf292165c353c3aade25d86ed53789 (patch) | |
tree | 0a3ba3c3415185c0733c1aae66989cd9618991ab /time/asclock-gtk | |
parent | c48a6be67f596624f902530b69dbdc26807e33cc (diff) | |
download | pkgsrc-122449851abf292165c353c3aade25d86ed53789.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'time/asclock-gtk')
-rw-r--r-- | time/asclock-gtk/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/time/asclock-gtk/Makefile b/time/asclock-gtk/Makefile index 7a1705b0cf5..31baf39402f 100644 --- a/time/asclock-gtk/Makefile +++ b/time/asclock-gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2004/01/20 12:27:15 agc Exp $ +# $NetBSD: Makefile,v 1.17 2004/04/11 16:37:54 snj Exp $ # DISTNAME= asclock-gtk-2.1.10beta @@ -13,7 +13,7 @@ COMMENT= Dockable clock and calendar with themes for GTK+ NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL WRKSRC= ${WRKDIR}/asclock-gtk -USE_BUILDLINK2= # defined +USE_BUILDLINK3= yes USE_X11BASE= # defined PLIST_SRC= ${PKGDIR}/PLIST \ @@ -36,5 +36,5 @@ do-install: ${CP} -R ${WRKSRC}/themes/* ${PREFIX}/share/asclock-gtk ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/asclock-gtk -.include "../../x11/gtk/buildlink2.mk" +.include "../../x11/gtk/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |