aboutsummaryrefslogtreecommitdiff
path: root/security/gnutls
diff options
context:
space:
mode:
authorTom McLaughlin <tmclaugh@FreeBSD.org>2006-05-17 16:42:13 +0000
committerTom McLaughlin <tmclaugh@FreeBSD.org>2006-05-17 16:42:13 +0000
commite69e81411d7c137c45f7507f33e9784c2b0b1d84 (patch)
treebb751db6989428cca7ac01a048911c4c05163e64 /security/gnutls
parent898ac018fb3964580590d687456bc06f7287b261 (diff)
downloadports-e69e81411d7c137c45f7507f33e9784c2b0b1d84.tar.gz
ports-e69e81411d7c137c45f7507f33e9784c2b0b1d84.zip
Notes
Diffstat (limited to 'security/gnutls')
-rw-r--r--security/gnutls/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile
index 07120466f8f3..15106092245c 100644
--- a/security/gnutls/Makefile
+++ b/security/gnutls/Makefile
@@ -21,14 +21,6 @@ COMMENT= GNU Transport Layer Security library
LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt \
gpg-error.2:${PORTSDIR}/security/libgpg-error
-.if defined(WITH_OPENCDK) || exists(${LOCALBASE}/lib/libopencdk.so.8)
-LIB_DEPENDS+= opencdk.8:${PORTSDIR}/security/opencdk
-.endif
-
-.if defined(WITH_LIBTASN1) || exists(${LOCALBASE}/lib/libtasn1.so.3)
-LIB_DEPENDS+= tasn1.3:${PORTSDIR}/security/libtasn1
-.endif
-
CONFLICTS= gnutls-devel-[0-9]*
USE_BZIP2= yes
@@ -46,6 +38,14 @@ CONFIGURE_ARGS+= --with-included-lzo --with-included-libtasn1
MANCOMPRESSED= no
.include <bsd.port.pre.mk>
+.if defined(WITH_OPENCDK) || exists(${LOCALBASE}/lib/libopencdk.so.8)
+LIB_DEPENDS+= opencdk.8:${PORTSDIR}/security/opencdk
+.endif
+
+.if defined(WITH_LIBTASN1) || exists(${LOCALBASE}/lib/libtasn1.so.3)
+LIB_DEPENDS+= tasn1.2:${PORTSDIR}/security/libtasn1
+.endif
+
.if ${OSVERSION} < 600000
BUILD_DEPENDS+= ${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo
.endif