diff options
author | jhale <jhale@FreeBSD.org> | 2013-10-21 03:20:15 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2013-10-21 03:20:15 +0800 |
commit | aa7ac53b1ea7dc9c006ee3d1ffbb8d1a9b94b2e3 (patch) | |
tree | fbc624ebebfbe7afce5736f025523e4649fa9967 /security/pecl-gnupg/Makefile | |
parent | f6708d247696d714b56cc84a87c32288691d0dc1 (diff) | |
download | freebsd-ports-gnome-aa7ac53b1ea7dc9c006ee3d1ffbb8d1a9b94b2e3.tar.gz freebsd-ports-gnome-aa7ac53b1ea7dc9c006ee3d1ffbb8d1a9b94b2e3.tar.zst freebsd-ports-gnome-aa7ac53b1ea7dc9c006ee3d1ffbb8d1a9b94b2e3.zip |
- Update security/gpgme to 1.4.3
- Use USE_GNOME= ltverhack to correct the library version number
to what the author intended. This effectively rolls the version
number backwards, but should prevent future unneccesary version
bumps.
- Support staging
- Use options helpers
- Use new LIB_DEPENDS syntax
- Bump PORTREVISION on dependent ports
Diffstat (limited to 'security/pecl-gnupg/Makefile')
-rw-r--r-- | security/pecl-gnupg/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/pecl-gnupg/Makefile b/security/pecl-gnupg/Makefile index d07940c51632..3b0618a80652 100644 --- a/security/pecl-gnupg/Makefile +++ b/security/pecl-gnupg/Makefile @@ -3,6 +3,7 @@ PORTNAME= gnupg PORTVERSION= 1.3.3 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -12,7 +13,7 @@ DIST_SUBDIR= PECL MAINTAINER= sunpoet@FreeBSD.org COMMENT= PECL wrapper around the gpgme library -LIB_DEPENDS= gpgme:${PORTSDIR}/security/gpgme +LIB_DEPENDS= libgpgme.so:${PORTSDIR}/security/gpgme CFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS= --with-gnupg=${LOCALBASE}/include/gpgme |