From d809bf12f33590070e5a0a584aec593128494931 Mon Sep 17 00:00:00 2001 From: "Simon L. B. Nielsen" Date: Wed, 23 Jun 2004 20:16:16 +0000 Subject: - Upgrade to 0.4.24 (which also unbreaks GNUTLS support). - Use OPTIONS for enabling/disabling GNUTLS support. - Remove auto detection of GNUTLS (in favor of OPTIONS). - Don't actually use GNUTLS unless the GNUTLS option is enabled. Approved by: erwin --- mail/wmbiff/Makefile | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'mail/wmbiff/Makefile') diff --git a/mail/wmbiff/Makefile b/mail/wmbiff/Makefile index d1ce2daeda2a..18a03407c2d6 100644 --- a/mail/wmbiff/Makefile +++ b/mail/wmbiff/Makefile @@ -6,7 +6,7 @@ # PORTNAME= wmbiff -PORTVERSION= 0.4.20 +PORTVERSION= 0.4.24 CATEGORIES= mail windowmaker afterstep MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,20 +16,19 @@ COMMENT= An xbiff-like Window Maker dock app USE_X_PREFIX= yes -.include +OPTIONS= GNUTLS "Support for SSL" off -.if exists(${LOCALBASE}/lib/libgnutls.so.12) -WITH_GNUTLS= yes -.endif +.include .ifdef WITH_GNUTLS LIB_DEPENDS+= gcrypt.12:${PORTSDIR}/security/libgcrypt \ gnutls.12:${PORTSDIR}/security/gnutls +.else +CONFIGURE_ARGS+= --disable-crypto .endif USE_XPM= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} MAN1= wmbiff.1 MAN5= wmbiffrc.5 -- cgit v1.2.3