diff options
author | az <az@FreeBSD.org> | 2013-09-17 01:03:42 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-17 01:03:42 +0800 |
commit | 07673ea56e79850a055955863f379793fb272d54 (patch) | |
tree | 9b94453d2ae9c02c16c1562358f70fdbdeba9e53 /irc/irssi-devel | |
parent | e727b45488cd2ddb6cec7ed27719fb23fb0b606a (diff) | |
download | freebsd-ports-gnome-07673ea56e79850a055955863f379793fb272d54.tar.gz freebsd-ports-gnome-07673ea56e79850a055955863f379793fb272d54.tar.zst freebsd-ports-gnome-07673ea56e79850a055955863f379793fb272d54.zip |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'irc/irssi-devel')
-rw-r--r-- | irc/irssi-devel/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/irc/irssi-devel/Makefile b/irc/irssi-devel/Makefile index eb66863740d0..9e14055db1f9 100644 --- a/irc/irssi-devel/Makefile +++ b/irc/irssi-devel/Makefile @@ -16,9 +16,7 @@ LIB_DEPENDS= glib-2.0:${PORTSDIR}/devel/glib20 CONFLICTS= irssi-0.8* GNU_CONFIGURE= yes -USES= pkgconfig -USE_GMAKE= yes -WANT_PERL= yes +USES= pkgconfig gmake MAN1= irssi.1 @@ -40,7 +38,7 @@ CONFIGURE_ARGS+= --disable-ssl .endif .if ${PORT_OPTIONS:MPERL} -USE_PERL5= yes +USES+= perl5 CONFIGURE_ARGS+= --with-perl-lib=site PLIST_SUB+= WITH_PERL="" .else |