aboutsummaryrefslogtreecommitdiff
path: root/net/simicq
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-02-01 22:05:20 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-02-01 22:05:20 +0000
commit8e01552d091b706587344f7d85b0d32dfaadce04 (patch)
treea3fb65ea0b7dd605f1a593cefac57131224e672e /net/simicq
parent8415c612c70729af5abbc6fc158d76f2a4b53529 (diff)
downloadports-8e01552d091b706587344f7d85b0d32dfaadce04.tar.gz
ports-8e01552d091b706587344f7d85b0d32dfaadce04.zip
Add a WITHOUT_SSL knob.
Approved by: maintainer
Notes
Notes: svn path=/head/; revision=74435
Diffstat (limited to 'net/simicq')
-rw-r--r--net/simicq/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/simicq/Makefile b/net/simicq/Makefile
index c02648f97c57..f336f7e56dc6 100644
--- a/net/simicq/Makefile
+++ b/net/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}