diff options
author | wiz <wiz> | 2002-10-08 17:47:05 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-10-08 17:47:05 +0000 |
commit | 9366765437d3d9dcac0f0509ac63e7baae3fbcac (patch) | |
tree | 9f9723afa29562cd74ae46e826ca5b40af59b5f2 /misc/ooqstart | |
parent | ffb26242d7abbde0ddb0e6dca9d4127ec36b68f7 (diff) | |
download | pkgsrc-9366765437d3d9dcac0f0509ac63e7baae3fbcac.tar.gz |
buildlink1 -> buildlink2.
Diffstat (limited to 'misc/ooqstart')
-rw-r--r-- | misc/ooqstart/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/misc/ooqstart/Makefile b/misc/ooqstart/Makefile index 9bef281e78b..361dec064be 100644 --- a/misc/ooqstart/Makefile +++ b/misc/ooqstart/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/03/09 08:18:25 rh Exp $ +# $NetBSD: Makefile,v 1.2 2002/10/08 17:47:05 wiz Exp $ # DISTNAME= ooqstart-0.8.3 @@ -12,6 +12,7 @@ COMMENT= OpenOffice quickstart applet for GNOME DEPENDS+= gnome-applets>=1.4.0:../../x11/gnome-applets +USE_BUILDLINK2= YES USE_GMAKE= YES USE_X11BASE= YES NO_CONFIGURE= YES @@ -29,5 +30,6 @@ do-install: ${PREFIX}/gnome/help/ooqstart_applet/C .endfor -.include "../../graphics/gdk-pixbuf-gnome/buildlink.mk" +.include "../../graphics/gdk-pixbuf-gnome/buildlink2.mk" +.include "../../x11/gnome-core/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |