diff options
author | stefan <stefan@FreeBSD.org> | 2006-09-23 23:35:38 +0800 |
---|---|---|
committer | stefan <stefan@FreeBSD.org> | 2006-09-23 23:35:38 +0800 |
commit | 83f2b4b662d5d8a024910ace5892f3fff65e2da6 (patch) | |
tree | ec7bc231c004a77722ea943614a65dd9c95e1b86 /security/gpa/Makefile | |
parent | 393d62d98e316a55a940741eb9007e0a43eb63fc (diff) | |
download | freebsd-ports-gnome-83f2b4b662d5d8a024910ace5892f3fff65e2da6.tar.gz freebsd-ports-gnome-83f2b4b662d5d8a024910ace5892f3fff65e2da6.tar.zst freebsd-ports-gnome-83f2b4b662d5d8a024910ace5892f3fff65e2da6.zip |
- Update to 0.7.4
- Chase master site
- Remove USE_X_PREFIX
- Add USE_GETTEXT
- Move security/gpgme from BUILD_DEPENDS to LIB_DEPENDS
PR: 103409
Submitted by: stefan
Diffstat (limited to 'security/gpa/Makefile')
-rw-r--r-- | security/gpa/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/security/gpa/Makefile b/security/gpa/Makefile index b6e76b690516..2b6b58baa391 100644 --- a/security/gpa/Makefile +++ b/security/gpa/Makefile @@ -6,21 +6,20 @@ # PORTNAME= gpa -PORTVERSION= 0.7.0 -PORTREVISION= 4 +PORTVERSION= 0.7.4 CATEGORIES= security -MASTER_SITES= ${MASTER_SITE_GNUPG} -MASTER_SITE_SUBDIR= alpha/gpa +MASTER_SITES= http://wald.intevation.org/frs/download.php/241/ MAINTAINER= ports@FreeBSD.org COMMENT= A graphical frontend for the GNU Privacy Guard -BUILD_DEPENDS= gpgme-config:${PORTSDIR}/security/gpgme \ - gpg:${PORTSDIR}/security/gnupg +LIB_DEPENDS= gpgme:${PORTSDIR}/security/gpgme +BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg -USE_X_PREFIX= yes +USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= yes USE_GNOME= gtk20 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |