diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-10-02 18:06:05 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-10-02 18:06:05 +0000 |
commit | 060f9a6046cb81ac4f9ff603cb2f6b9bc1766da1 (patch) | |
tree | 1eb2d9fceedae366a48c2c57c220159dc723889a /irc/bitchx | |
parent | DOM Level 2 Core API for XML based on gdome2. (diff) |
Move USE_OPENSSL variable before bsd.port.pre.mk
PR: 57502
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Diffstat (limited to 'irc/bitchx')
-rw-r--r-- | irc/bitchx/Makefile | 6 |
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 |