make it ready for the coming slave ports
Discussed with: vanilla
This commit is contained in:
parent
d1fd328e7d
commit
c1053e346a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41966
@ -8,16 +8,17 @@
|
||||
PORTNAME= irssi
|
||||
PORTVERSION= 0.7.98.3
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= irc ipv6
|
||||
CATEGORIES+= irc ipv6 # `+=' is for slave ports
|
||||
MASTER_SITES= http://irssi.org/files/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER?= ports@FreeBSD.org # `?=' is for slave ports
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_PERL5= yes
|
||||
USE_GLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --without-socks --with-bot --without-servertest \
|
||||
# `+=' is for slave ports
|
||||
CONFIGURE_ARGS+= --without-socks --with-bot --without-servertest \
|
||||
--enable-perl-path=${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
|
||||
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -lintl"
|
||||
|
||||
|
@ -8,16 +8,17 @@
|
||||
PORTNAME= irssi
|
||||
PORTVERSION= 0.7.98.3
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= irc ipv6
|
||||
CATEGORIES+= irc ipv6 # `+=' is for slave ports
|
||||
MASTER_SITES= http://irssi.org/files/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER?= ports@FreeBSD.org # `?=' is for slave ports
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_PERL5= yes
|
||||
USE_GLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --without-socks --with-bot --without-servertest \
|
||||
# `+=' is for slave ports
|
||||
CONFIGURE_ARGS+= --without-socks --with-bot --without-servertest \
|
||||
--enable-perl-path=${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
|
||||
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -lintl"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user