From 7ae42f2a92335f93f0387bb2b49dc47fba867dfd Mon Sep 17 00:00:00 2001 From: arved Date: Thu, 2 Oct 2003 18:06:05 +0000 Subject: Move USE_OPENSSL variable before bsd.port.pre.mk PR: 57502 Submitted by: Oliver Eikemeier --- irc/bitchx/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'irc/bitchx/Makefile') 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 .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 -- cgit