From 7250981e30a0f54c6ee59ba434174beacb8b12bd Mon Sep 17 00:00:00 2001 From: arved Date: Sat, 1 Feb 2003 22:05:20 +0000 Subject: Add a WITHOUT_SSL knob. Approved by: maintainer --- net-im/simicq/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'net-im/simicq') diff --git a/net-im/simicq/Makefile b/net-im/simicq/Makefile index c02648f..f336f7e 100644 --- a/net-im/simicq/Makefile +++ b/net-im/simicq/Makefile @@ -16,7 +16,11 @@ MAINTAINER= j.el-rayes@daemon.li USE_GMAKE= yes USE_QT_VER= 3 GNU_CONFIGURE= yes +.if !defined(WITHOUT_SSL) USE_OPENSSL= yes +.else +CONFIGURE_ARGS+=--disable-openssl +.endif CONFIGURE_TARGET= CONFIGURE_ARGS+= --disable-fast-perl \ --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -- cgit v1.1