[Midnightbsd-cvs] mports: Makefile: Turn perl support back on.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Thu Aug 30 14:36:15 EDT 2007
Log Message:
-----------
Turn perl support back on. /usr/local/lib/libperl.so exists in the perl port now. I hadn't updated the system I tested this on :)
Modified Files:
--------------
mports/irc/irssi:
Makefile (r1.4 -> r1.5)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/irc/irssi/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -Lirc/irssi/Makefile -Lirc/irssi/Makefile -u -r1.4 -r1.5
--- irc/irssi/Makefile
+++ irc/irssi/Makefile
@@ -8,6 +8,7 @@
PORTNAME= irssi
PORTVERSION= 0.8.11
+PORTREVISION= 1
CATEGORIES?= irc
MASTER_SITES= http://mirror.irssi.org/
@@ -21,7 +22,7 @@
MAN1= irssi.1
-OPTIONS= PERL "Enable perl support (broken)" off \
+OPTIONS= PERL "Enable perl support" on \
PROXY "Enable proxy support" off \
SOCKS "Enable socks proxy support" off \
IPV6 "Enable IPv6" on \
@@ -40,7 +41,6 @@
# Process options.
.if defined(WITH_PERL)
-BROKEN= "libperl.so is missing"
USE_PERL5= yes
CONFIGURE_ARGS+= --with-perl-lib=site
PLIST_SUB+= WITH_PERL=""
More information about the Midnightbsd-cvs
mailing list