diff options
author | snj <snj@pkgsrc.org> | 2004-05-05 00:28:50 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-05-05 00:28:50 +0000 |
commit | e42232833da6c262ad906a62894eb9f76f91e296 (patch) | |
tree | 5461b893bcaf741d0073017cd5827f83ed99c89b /textproc/expatobjc | |
parent | b70890f6c3d6fedaec25e008aa4e638228625e33 (diff) | |
download | pkgsrc-e42232833da6c262ad906a62894eb9f76f91e296.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'textproc/expatobjc')
-rw-r--r-- | textproc/expatobjc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/expatobjc/Makefile b/textproc/expatobjc/Makefile index e3e13a76b3b..d27529b5299 100644 --- a/textproc/expatobjc/Makefile +++ b/textproc/expatobjc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/01/24 15:13:19 grant Exp $ +# $NetBSD: Makefile,v 1.6 2004/05/05 00:28:50 snj Exp $ # DISTNAME= expatobjc-1.0 @@ -10,12 +10,12 @@ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://expatobjc.sourceforge.net/ COMMENT= Objective-C Wrapper for Expat -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_PKGLOCALEDIR= yes USE_GNU_TOOLS+= make GNU_CONFIGURE= yes CONFIGURE_ENV+= objc_works=yes -.include "../../textproc/expat/buildlink2.mk" +.include "../../textproc/expat/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |