diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-10-12 15:01:08 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-10-12 15:01:08 +0000 |
commit | 20e6c30d469e102996dd03688389a1480fba70f8 (patch) | |
tree | 765f182ea27acc0a90d88adf5937419e15ff070d /security/gpgme/pkg-plist | |
parent | 01096fa35bf3c48cb2c9881a530fa109dc257975 (diff) | |
download | ports-20e6c30d469e102996dd03688389a1480fba70f8.tar.gz ports-20e6c30d469e102996dd03688389a1480fba70f8.zip |
- Update to 0.2.3.
- Update the URL in the package description.
- The author hacks a LIBTOOL path into their Makefiles that doesn't work
under the ports system. Make it work by a small patch to aclocal.m4
(which requires the addition of USE_AUTOCONF) and passing in the port
system's value of LIBTOOL (using a different variable name since they
already use LIBTOOL themselves). This was simpler than patching all
their Makefiles.
PR: ports/30999
Submitted by: Dave Chapeskie <bsdport@ddm.wox.org>
Approved by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=48711
Diffstat (limited to 'security/gpgme/pkg-plist')
-rw-r--r-- | security/gpgme/pkg-plist | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/gpgme/pkg-plist b/security/gpgme/pkg-plist index a6e87b096c52..d5021ee39942 100644 --- a/security/gpgme/pkg-plist +++ b/security/gpgme/pkg-plist @@ -1,6 +1,7 @@ bin/gpgme-config include/gpgme.h lib/libgpgme.a +lib/libgpgme.la lib/libgpgme.so -lib/libgpgme.so.3 +lib/libgpgme.so.4 share/aclocal/gpgme.m4 |