diff options
author | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
commit | f816d81489fd245a89e581c2f9cf792562ade194 (patch) | |
tree | 2d8b7b078f159a824fcd53503d6096a145f0f177 /devel/boaconstructor | |
parent | 20c9d4d37f602a9588b4348f641bf63018a0abb9 (diff) | |
download | pkgsrc-f816d81489fd245a89e581c2f9cf792562ade194.tar.gz |
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Diffstat (limited to 'devel/boaconstructor')
-rw-r--r-- | devel/boaconstructor/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/boaconstructor/Makefile b/devel/boaconstructor/Makefile index a1cd5601c61..7f6ff5b7501 100644 --- a/devel/boaconstructor/Makefile +++ b/devel/boaconstructor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/01/23 20:41:45 recht Exp $ +# $NetBSD: Makefile,v 1.5 2005/04/11 21:45:18 tv Exp $ # DISTNAME= boa-constructor-0.2.3.src @@ -14,7 +14,6 @@ COMMENT= Python IDE WRKSRC= ${WRKDIR}/boa-constructor-0.2.3 EXTRACT_CMD_OPTS.zip= -aqo -USE_BUILDLINK3= yes PYTHON_VERSIONS_ACCEPTED= 23 BOADIR= ${PREFIX}/share/boa-constructor-0.2.3 |