diff options
author | snj <snj> | 2004-05-09 06:48:40 +0000 |
---|---|---|
committer | snj <snj> | 2004-05-09 06:48:40 +0000 |
commit | 1bec1e5b13f2cefe3cf9e2b5a4ce7f0814660ffd (patch) | |
tree | 3e1947c532a5ead14343c7692368d73940c050bf /x11 | |
parent | 458ca7016c5738cfd682869df9d6f26c45f31bbb (diff) | |
download | pkgsrc-1bec1e5b13f2cefe3cf9e2b5a4ce7f0814660ffd.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnustep-preferences/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/gnustep-preferences/Makefile b/x11/gnustep-preferences/Makefile index 8d52db722f8..74559f6f2c3 100644 --- a/x11/gnustep-preferences/Makefile +++ b/x11/gnustep-preferences/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/03/26 02:27:59 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2004/05/09 06:48:40 snj Exp $ # DISTNAME= Preferences-1.2.0 @@ -13,11 +13,11 @@ HOMEPAGE= http://prefsapp.sourceforge.net/ COMMENT= Application for setting preferences for the GNUstep system NO_CONFIGURE= YES -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_GNU_TOOLS+= make USE_X11= YES MAKEFILE= GNUmakefile -.include "../../x11/gnustep-back/buildlink2.mk" -.include "../../mk/pthread.buildlink2.mk" +.include "../../x11/gnustep-back/buildlink3.mk" +.include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |