summaryrefslogtreecommitdiff
path: root/security/libprelude/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'security/libprelude/options.mk')
-rw-r--r--security/libprelude/options.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/security/libprelude/options.mk b/security/libprelude/options.mk
index 40041ac1366..4a70762d5c4 100644
--- a/security/libprelude/options.mk
+++ b/security/libprelude/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1.1.1 2006/01/29 15:54:04 shannonjr Exp $
+# $NetBSD: options.mk,v 1.2 2006/03/10 22:19:29 shannonjr Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.libprelude
PKG_SUPPORTED_OPTIONS= perl python
@@ -12,7 +12,6 @@ PKG_SUPPORTED_OPTIONS= perl python
###
.if !empty(PKG_OPTIONS:Mperl)
-USE_PERL= run
CONFIGURE_ARGS+= --enable-perl
REPLACE_PERL+= bindings/perl/Makefile.PL
.else