summaryrefslogtreecommitdiff
path: root/lang/gnustep-base
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-10-19 11:13:22 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-10-19 11:13:22 +0000
commit49fc128d66b4004713bfa7023da047b1f5354180 (patch)
tree32a9e470a6fb06cc77b3d4d7f5027da148d158a5 /lang/gnustep-base
parentupdate WWW (diff)
- new option WITHOUT_OPENSSL
- add USE_OPENSSL
Notes
Notes: svn path=/head/; revision=91665
Diffstat (limited to 'lang/gnustep-base')
-rw-r--r--lang/gnustep-base/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile
index 853b22cc1d34..da3a4a4c0667 100644
--- a/lang/gnustep-base/Makefile
+++ b/lang/gnustep-base/Makefile
@@ -42,6 +42,12 @@ BREAKS_IF_PEDANTIC= yes
PLIST_SUB+= MAJORVERSION=${PORTVERSION:C/([0-9]).*/\1/1}
PLIST_SUB+= LOCALBASE=${LOCALBASE}
+.if defined(WITHOUT_OPENSSL)
+CONFIGURE_ARGS+= --disable-openssl
+.else
+USE_OPENSSL= yes
+.endif
+
.include <bsd.port.pre.mk>
TARGLIB!= (cd ${PORTSDIR}/${GNUSTEP_OBJC_PORT} && make -V TARGLIB)