diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-04-26 17:12:23 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-04-26 17:12:23 +0000 |
commit | 92625bccb397b1cc96c3f7c0cd72d0c208ef0428 (patch) | |
tree | c26344afcc14795f5ea28cbcb8dc3af456614dc3 /irc/irssi/Makefile | |
parent | Category "pflogsumm" is not valid ports category. (diff) |
Compile perl as static for auto-load script.
Bump version again.
Notes
Notes:
svn path=/head/; revision=41927
Diffstat (limited to 'irc/irssi/Makefile')
-rw-r--r-- | irc/irssi/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/irc/irssi/Makefile b/irc/irssi/Makefile index 60ee1948bbca..e61ecba3d0ab 100644 --- a/irc/irssi/Makefile +++ b/irc/irssi/Makefile @@ -7,7 +7,7 @@ PORTNAME= irssi PORTVERSION= 0.7.98.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= irc ipv6 MASTER_SITES= http://irssi.org/files/ @@ -18,7 +18,8 @@ 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-path=${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} \ + --enable-perl=static CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -lintl" .include <bsd.port.pre.mk> |