aboutsummaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-10-02 18:06:05 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-10-02 18:06:05 +0000
commit060f9a6046cb81ac4f9ff603cb2f6b9bc1766da1 (patch)
tree1eb2d9fceedae366a48c2c57c220159dc723889a /irc
parentfd0a504e7e082c817f4e288b69fec27192cdfbcc (diff)
downloadports-060f9a6046cb81ac4f9ff603cb2f6b9bc1766da1.tar.gz
ports-060f9a6046cb81ac4f9ff603cb2f6b9bc1766da1.zip
Notes
Diffstat (limited to 'irc')
-rw-r--r--irc/bitchx/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/irc/bitchx/Makefile b/irc/bitchx/Makefile
index 7701082cf24b..ba78a0ba883d 100644
--- a/irc/bitchx/Makefile
+++ b/irc/bitchx/Makefile
@@ -62,6 +62,10 @@ USE_GNOME+= esound
CONFIGURE_ARGS+=--enable-sound
.endif
+.if defined(WITH_SSL)
+USE_OPENSSL= yes
+.endif
+
.include <bsd.port.pre.mk>
.if ${ARCH} == "alpha" || ${ARCH} == "ia64"
@@ -69,7 +73,6 @@ BROKEN="Dumps core on startup"
.endif
.if defined(WITH_IPV6)
-USE_IPV6= yes
CONFIGURE_ARGS+=--enable-ipv6
.endif
@@ -89,7 +92,6 @@ CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include"
.endif
.if defined(WITH_SSL)
-USE_OPENSSL= yes
CONFIGURE_ARGS+= --with-ssl
.endif