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/gpgme | |
parent | Unbreak: make it fetchable again (diff) |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Diffstat (limited to 'security/gpgme')
-rw-r--r-- | security/gpgme/Makefile | 1 | ||||
-rw-r--r-- | security/gpgme/pkg-plist | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile index f0fa2bb08277..e968aeef0822 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/Makefile @@ -7,6 +7,7 @@ PORTNAME= gpgme PORTVERSION= 1.0.3 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= gpgme diff --git a/security/gpgme/pkg-plist b/security/gpgme/pkg-plist index 4cc5e48d32a3..bb8b55eb6663 100644 --- a/security/gpgme/pkg-plist +++ b/security/gpgme/pkg-plist @@ -1,12 +1,15 @@ bin/gpgme-config include/gpgme/gpgme.h %%WITH_PTH%%lib/libgpgme-pth.a +%%WITH_PTH%%lib/libgpgme-pth.la %%WITH_PTH%%lib/libgpgme-pth.so %%WITH_PTH%%lib/libgpgme-pth.so.15 lib/libgpgme-pthread.a +lib/libgpgme-pthread.la lib/libgpgme-pthread.so lib/libgpgme-pthread.so.15 lib/libgpgme.a +lib/libgpgme.la lib/libgpgme.so lib/libgpgme.so.15 share/aclocal/gpgme.m4 |