diff options
author | snj <snj> | 2004-04-11 16:37:54 +0000 |
---|---|---|
committer | snj <snj> | 2004-04-11 16:37:54 +0000 |
commit | 30698728a99412b59ffeada0c4a52bb67c93dcb5 (patch) | |
tree | 0a3ba3c3415185c0733c1aae66989cd9618991ab /time | |
parent | 2780f3f55ffe72250915f8d641b13aaae6e32264 (diff) | |
download | pkgsrc-30698728a99412b59ffeada0c4a52bb67c93dcb5.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'time')
-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" |