diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-04-27 16:56:09 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-04-27 16:56:09 +0800 |
commit | 00eff485a8e2b6cbe70d9955c4e2f0f5345739be (patch) | |
tree | ab2a0322222e4fd01f4dfed2ef67b7bd2d5e8367 /irc/irssi-devel/Makefile | |
parent | 954373a6c088c011d6a34807f77706e1ca8b31aa (diff) | |
download | freebsd-ports-gnome-00eff485a8e2b6cbe70d9955c4e2f0f5345739be.tar.gz freebsd-ports-gnome-00eff485a8e2b6cbe70d9955c4e2f0f5345739be.tar.zst freebsd-ports-gnome-00eff485a8e2b6cbe70d9955c4e2f0f5345739be.zip |
no need compile perl as static
if u want to auto-load script, just put a "/load perl" in ~/.irssi/startup
so, bump version again
Discussed with: vanilla
Diffstat (limited to 'irc/irssi-devel/Makefile')
-rw-r--r-- | irc/irssi-devel/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/irc/irssi-devel/Makefile b/irc/irssi-devel/Makefile index e61ecba3d0ab..b43408636610 100644 --- a/irc/irssi-devel/Makefile +++ b/irc/irssi-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= irssi PORTVERSION= 0.7.98.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= irc ipv6 MASTER_SITES= http://irssi.org/files/ @@ -18,8 +18,7 @@ USE_PERL5= yes USE_GLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-socks --with-bot --without-servertest \ - --enable-perl-path=${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} \ - --enable-perl=static + --enable-perl-path=${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -lintl" .include <bsd.port.pre.mk> |