diff options
-rw-r--r-- | time/asclock-gtk/Makefile | 6 | ||||
-rw-r--r-- | wm/econf/Makefile | 6 |
2 files changed, 6 insertions, 6 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" diff --git a/wm/econf/Makefile b/wm/econf/Makefile index d6272ed3b8a..9880143f281 100644 --- a/wm/econf/Makefile +++ b/wm/econf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2004/03/19 08:34:01 bouyer Exp $ +# $NetBSD: Makefile,v 1.16 2004/04/11 16:39:23 snj Exp $ # DISTNAME= enlightenment-conf-0.15 @@ -11,12 +11,12 @@ MAINTAINER= root@garbled.net HOMEPAGE= http://www.enlightenment.org/ COMMENT= Configuration tool for easily setting up Enlightenment -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_LANGUAGES= c c++ USE_X11= yes USE_GNU_TOOLS+= make USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes -.include "../../x11/controlcenter/buildlink2.mk" +.include "../../x11/controlcenter/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |