diff options
author | shannonjr <shannonjr@pkgsrc.org> | 2006-06-08 22:07:24 +0000 |
---|---|---|
committer | shannonjr <shannonjr@pkgsrc.org> | 2006-06-08 22:07:24 +0000 |
commit | 94b0b5b82d62e2bc22baf8416c51bb0aea2847f6 (patch) | |
tree | 4bbf10e46af14daa3498d0b14d7f0bb80e1041e2 /security/libprelude/options.mk | |
parent | 561f6e098ba3e39e240333db292e72e558c3742a (diff) | |
download | pkgsrc-94b0b5b82d62e2bc22baf8416c51bb0aea2847f6.tar.gz |
Removed temporary code that should not have been committed in my last
update.
Diffstat (limited to 'security/libprelude/options.mk')
-rw-r--r-- | security/libprelude/options.mk | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/security/libprelude/options.mk b/security/libprelude/options.mk index 2e73251c753..8d5b24abb2c 100644 --- a/security/libprelude/options.mk +++ b/security/libprelude/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.4 2006/06/06 12:19:30 shannonjr Exp $ +# $NetBSD: options.mk,v 1.5 2006/06/08 22:07:24 shannonjr Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.libprelude PKG_SUPPORTED_OPTIONS= perl python @@ -13,10 +13,7 @@ PKG_SUPPORTED_OPTIONS= perl python .if !empty(PKG_OPTIONS:Mperl) CONFIGURE_ARGS+= --with-perl=${PERL5:Q} -CONFIGURE_ARGS+= --with-swig=/usr/pkg/bin/swig USE_TOOLS+= perl:run -#REPLACE_PERL+= ${WRKSRC}/bindings/perl/Makefile.PL -.include "../../devel/swig/buildlink3.mk" .else CONFIGURE_ARGS+= --with-perl=no .endif |