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/bugzilla/Makefile | |
parent | 20c9d4d37f602a9588b4348f641bf63018a0abb9 (diff) | |
download | pkgsrc-f816d81489fd245a89e581c2f9cf792562ade194.tar.gz |
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Diffstat (limited to 'devel/bugzilla/Makefile')
-rw-r--r-- | devel/bugzilla/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/bugzilla/Makefile b/devel/bugzilla/Makefile index 42c938ff974..788f0235fc1 100644 --- a/devel/bugzilla/Makefile +++ b/devel/bugzilla/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/01/17 23:03:17 adrianp Exp $ +# $NetBSD: Makefile,v 1.5 2005/04/11 21:45:18 tv Exp $ # DISTNAME= bugzilla-2.18 @@ -21,7 +21,6 @@ DEPENDS+= p5-DBD-mysql>=2.1010:../../databases/p5-DBD-mysql .include "../../mk/bsd.prefs.mk" .include "options.mk" -USE_BUILDLINK3= YES NO_BUILD= YES USE_PKGINSTALL= YES PERL5_REQD+= 5.6.0 |