diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /security/gnutls | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Notes
Notes:
svn path=/head/; revision=156749
Diffstat (limited to 'security/gnutls')
-rw-r--r-- | security/gnutls/Makefile | 3 | ||||
-rw-r--r-- | security/gnutls/pkg-plist | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index 34307670c60f..35560806554b 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnutls PORTVERSION= 1.2.10 +PORTREVISION= 1 CATEGORIES= security net MASTER_SITES= ${MASTER_SITE_GNUPG} \ http://www.mirrors.wiretapped.net/security/network-security/gnutls/ \ @@ -37,7 +38,7 @@ USE_ICONV= yes USE_GETTEXT= yes USE_GNOME= pkgconfig USE_REINPLACE= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes INSTALLS_SHLIB= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/security/gnutls/pkg-plist b/security/gnutls/pkg-plist index 6d787345de5b..595bb7dce7d3 100644 --- a/security/gnutls/pkg-plist +++ b/security/gnutls/pkg-plist @@ -14,12 +14,15 @@ include/gnutls/openssl.h include/gnutls/pkcs12.h include/gnutls/x509.h lib/libgnutls-extra.a +lib/libgnutls-extra.la lib/libgnutls-extra.so lib/libgnutls-extra.so.15 lib/libgnutls-openssl.a +lib/libgnutls-openssl.la lib/libgnutls-openssl.so lib/libgnutls-openssl.so.15 lib/libgnutls.a +lib/libgnutls.la lib/libgnutls.so lib/libgnutls.so.15 libdata/pkgconfig/gnutls-extra.pc |