diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-05-05 16:02:27 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-05-05 16:02:27 +0000 |
commit | b6baf72cb0207887ed64d10e7ee2065875fd3984 (patch) | |
tree | 414caf005214cbd67a41c6a664b8bc98f1401c2b /security/gnutls-devel | |
parent | 6df9824dff3842e3ad63f19ac2f1e81cbeb523fc (diff) |
Notes
Diffstat (limited to 'security/gnutls-devel')
-rw-r--r-- | security/gnutls-devel/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/security/gnutls-devel/Makefile b/security/gnutls-devel/Makefile index 044d756a87b0..fb3f3ac2d1cf 100644 --- a/security/gnutls-devel/Makefile +++ b/security/gnutls-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnutls-devel PORTVERSION= 1.3.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security net MASTER_SITES= http://josefsson.org/gnutls/releases/ \ ${MASTER_SITE_GNUPG} \ @@ -28,8 +28,8 @@ LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt \ LIB_DEPENDS+= opencdk.8:${PORTSDIR}/security/opencdk .endif -.if defined(WITH_LIBTASN1) || exists(${LOCALBASE}/lib/libtasn1.so.2) -LIB_DEPENDS+= tasn1.2:${PORTSDIR}/security/libtasn1 +.if defined(WITH_LIBTASN1) || exists(${LOCALBASE}/lib/libtasn1.so.3) +LIB_DEPENDS+= tasn1.3:${PORTSDIR}/security/libtasn1 .endif CONFLICTS= gnutls-[0-9]* @@ -38,7 +38,6 @@ USE_BZIP2= yes USE_ICONV= yes USE_GETTEXT= yes USE_GNOME= pkgconfig -USE_REINPLACE= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes CPPFLAGS+= -I${LOCALBASE}/include |