aboutsummaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2005-11-05 19:13:52 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2005-11-05 19:13:52 +0000
commit41686d8d65860cf6fb6dea1f33dd38c1d24d32aa (patch)
tree2b2d6d9cb46cae848e523659d30b4ed8432a06f1 /finance
parenta201516bb054562996d6711410d5d0c29973234d (diff)
downloadports-41686d8d65860cf6fb6dea1f33dd38c1d24d32aa.tar.gz
ports-41686d8d65860cf6fb6dea1f33dd38c1d24d32aa.zip
Notes
Diffstat (limited to 'finance')
-rw-r--r--finance/qhacc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/finance/qhacc/Makefile b/finance/qhacc/Makefile
index 13d0176ac001..c6296add101c 100644
--- a/finance/qhacc/Makefile
+++ b/finance/qhacc/Makefile
@@ -7,6 +7,7 @@
PORTNAME= qhacc
PORTVERSION= 3.4
+PORTREVISION= 1
CATEGORIES= finance
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -66,7 +67,7 @@ PLIST_SUB+= SQLITE="@comment "
.endif
.if defined(WITH_GPGME)
-LIB_DEPENDS+= gpgme.14:${PORTSDIR}/security/gpgme
+LIB_DEPENDS+= gpgme.15:${PORTSDIR}/security/gpgme
CONFIGURE_ARGS+= --enable-gpg
PLIST_SUB+= GPGME=""
.else