diff options
author | snj <snj@pkgsrc.org> | 2004-05-09 06:48:40 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-05-09 06:48:40 +0000 |
commit | 8f90809ee4e90ee3c6a2cdc8bc13b06f9a6ebe1c (patch) | |
tree | 3e1947c532a5ead14343c7692368d73940c050bf /x11 | |
parent | acc978293358d08b6102715f9b780722f821db0b (diff) | |
download | pkgsrc-8f90809ee4e90ee3c6a2cdc8bc13b06f9a6ebe1c.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" |