diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2009-08-30 10:41:41 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2009-08-30 10:41:41 +0000 |
commit | e74370a1593d3b17fe1f9736a22becdfb2d60bc5 (patch) | |
tree | 50df89296791669d3a15c457b3661f8a1749d0f1 /irc | |
parent | 8d31b560f82d50126b84ee8ee97e528264f62a04 (diff) | |
download | ports-e74370a1593d3b17fe1f9736a22becdfb2d60bc5.tar.gz ports-e74370a1593d3b17fe1f9736a22becdfb2d60bc5.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/epic4/Makefile | 1 | ||||
-rw-r--r-- | irc/epic5/Makefile | 1 | ||||
-rw-r--r-- | irc/znc/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/irc/epic4/Makefile b/irc/epic4/Makefile index cf9d8c8011ac..1d3efbc89de4 100644 --- a/irc/epic4/Makefile +++ b/irc/epic4/Makefile @@ -29,6 +29,7 @@ USE_OPENSSL= yes SUB_FILES= pkg-message PLIST_SUB+= PORTVERSION=${PORTVERSION} USE_BZIP2= yes +WANT_PERL= yes CFLAGS:= ${CFLAGS:C/-O2/-g -O/g} OPTIONS= IPV6 "IPv6 support" on \ diff --git a/irc/epic5/Makefile b/irc/epic5/Makefile index 44ae93496e16..03c1423b879a 100644 --- a/irc/epic5/Makefile +++ b/irc/epic5/Makefile @@ -24,6 +24,7 @@ MAN1= epic5.1 USE_OPENSSL= yes PLIST_SUB+= PORTVERSION=${PORTVERSION} USE_BZIP2= yes +WANT_PERL= yes CFLAGS:= ${CFLAGS:C/-O2/-g -O/g} OPTIONS= IPV6 "IPv6 support" on \ diff --git a/irc/znc/Makefile b/irc/znc/Makefile index 6c4d0a1325ee..b09a4ac05e43 100644 --- a/irc/znc/Makefile +++ b/irc/znc/Makefile @@ -16,6 +16,7 @@ COMMENT= An advanced IRC bouncer GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gnomehack +WANT_PERL= yes CONFIGURE_ARGS= --disable-c-ares OPTIONS= DEBUG "Enable debugging" off \ |