diff options
author | linimon <linimon@FreeBSD.org> | 2007-10-07 13:45:04 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-10-07 13:45:04 +0800 |
commit | e9b556135b3e4068be9ec53d65e526a353da19e6 (patch) | |
tree | 3631800b38966f03de424f6228f938054f94dd22 /irc | |
parent | 6c105d7853336dcccdbcc998e9ac6da17d4439db (diff) | |
download | freebsd-ports-gnome-e9b556135b3e4068be9ec53d65e526a353da19e6.tar.gz freebsd-ports-gnome-e9b556135b3e4068be9ec53d65e526a353da19e6.tar.zst freebsd-ports-gnome-e9b556135b3e4068be9ec53d65e526a353da19e6.zip |
Set USE_PERL5/WANT_PERL as appropriate, for ports that either depend on
perl unconditonally, or conditionally. To be able to conditionalize the
inclusion of bsd.perl.mk, they now need to be defined before the inclusion
of bsd.port.pre.mk.
Hat: portmgr
Diffstat (limited to 'irc')
-rw-r--r-- | irc/insub/Makefile | 1 | ||||
-rw-r--r-- | irc/xchat-gnome/Makefile | 1 | ||||
-rw-r--r-- | irc/xchat/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/irc/insub/Makefile b/irc/insub/Makefile index e2173d0bda44..24b98988aa80 100644 --- a/irc/insub/Makefile +++ b/irc/insub/Makefile @@ -17,6 +17,7 @@ COMMENT= Some scripts for expressing how you feel on irc and the web NO_BUILD= YES USE_BZIP2= YES +USE_PERL5= YES SCRIPT= ${PORTNAME}.pl diff --git a/irc/xchat-gnome/Makefile b/irc/xchat-gnome/Makefile index 76e79c911b96..a741c7741ddc 100644 --- a/irc/xchat-gnome/Makefile +++ b/irc/xchat-gnome/Makefile @@ -31,6 +31,7 @@ CONFIGURE_ARGS= --disable-tcl GCONF_SCHEMAS= apps_xchat.schemas notification.schemas urlscraper.schemas INSTALLS_ICONS= yes INSTALLS_OMF= yes +WANT_PERL= yes MAN1= xchat-gnome.1 diff --git a/irc/xchat/Makefile b/irc/xchat/Makefile index 2adb46c2028a..d2537dcd6e95 100644 --- a/irc/xchat/Makefile +++ b/irc/xchat/Makefile @@ -27,6 +27,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" CONFIGURE_ARGS= --enable-ipv6 +WANT_PERL= yes OPTIONS= DBUS "Enable DBUS support" on \ GTKSPELL "Enable spell check support using gtkspell" on \ |