summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorshannonjr <shannonjr>2006-06-08 22:07:24 +0000
committershannonjr <shannonjr>2006-06-08 22:07:24 +0000
commit8aa051a77e2fc17b5355cfe853df1f6ac5bb7d92 (patch)
tree4bbf10e46af14daa3498d0b14d7f0bb80e1041e2 /security
parent616630bb5ce8ecd145b4aa8feee43abe78cd9fe3 (diff)
downloadpkgsrc-8aa051a77e2fc17b5355cfe853df1f6ac5bb7d92.tar.gz
Removed temporary code that should not have been committed in my last
update.
Diffstat (limited to 'security')
-rw-r--r--security/libprelude/options.mk5
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