pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/libprelude Removed temporary code that should...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3cfab7237e50
branches:  trunk
changeset: 514215:3cfab7237e50
user:      shannonjr <shannonjr%pkgsrc.org@localhost>
date:      Thu Jun 08 22:07:24 2006 +0000

description:
Removed temporary code that should not have been committed in my last
update.

diffstat:

 security/libprelude/options.mk |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (20 lines):

diff -r 99b16d92f3d9 -r 3cfab7237e50 security/libprelude/options.mk
--- a/security/libprelude/options.mk    Thu Jun 08 21:57:15 2006 +0000
+++ b/security/libprelude/options.mk    Thu Jun 08 22:07:24 2006 +0000
@@ -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 @@
 
 .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



Home | Main Index | Thread Index | Old Index