diff options
author | clement <clement@FreeBSD.org> | 2004-12-21 04:12:17 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-12-21 04:12:17 +0800 |
commit | 74f71e0e996025484976433faff5b5e6bac25c02 (patch) | |
tree | decb712a24d4e5353e5fa56cd3dc0c53df4b7d69 /security/gpgme/Makefile | |
parent | 5a50fbf6d09a29c7c861ca1242cf80c70e917721 (diff) | |
download | freebsd-ports-gnome-74f71e0e996025484976433faff5b5e6bac25c02.tar.gz freebsd-ports-gnome-74f71e0e996025484976433faff5b5e6bac25c02.tar.zst freebsd-ports-gnome-74f71e0e996025484976433faff5b5e6bac25c02.zip |
- Move gpgme.h to ${PREFIX}/include/gpgme/ to make gpgme-1.x and
gpgme-0.3.x coexists
(Note : CONFLICTS will be remove after gpgme03 commit)
Approved by: lofi
Diffstat (limited to 'security/gpgme/Makefile')
-rw-r--r-- | security/gpgme/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile index 1ddc89fbfb06..99ead95e3d52 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/Makefile @@ -7,7 +7,7 @@ PORTNAME= gpgme PORTVERSION= 1.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= gpgme @@ -27,7 +27,8 @@ INSTALLS_SHLIB= yes USE_REINPLACE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-gpg=${LOCALBASE}/bin/gpg \ - --with-gpgsm=${LOCALBASE}/bin/gpgsm + --with-gpgsm=${LOCALBASE}/bin/gpgsm \ + --includedir=${PREFIX}/include/gpgme INFO= gpgme |