diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2006-09-13 21:24:20 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2006-09-13 21:24:20 +0000 |
commit | 4dce0bd83bab57a46a96b04263cc1954a5b0f715 (patch) | |
tree | d02a05f93737ca5eb857ecae20787854c59c3d42 /finance/qhacc | |
parent | 34277ade842bac5f5d6fdce9e709acf79ac367c0 (diff) | |
download | ports-4dce0bd83bab57a46a96b04263cc1954a5b0f715.tar.gz ports-4dce0bd83bab57a46a96b04263cc1954a5b0f715.zip |
Notes
Diffstat (limited to 'finance/qhacc')
-rw-r--r-- | finance/qhacc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/finance/qhacc/Makefile b/finance/qhacc/Makefile index b907a17423ed..0abd6f94c619 100644 --- a/finance/qhacc/Makefile +++ b/finance/qhacc/Makefile @@ -7,6 +7,7 @@ PORTNAME= qhacc PORTVERSION= 3.5 +PORTREVISION= 1 CATEGORIES= finance MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -57,7 +58,7 @@ PLIST_SUB+= SQLITE="@comment " .endif .if defined(WITH_GPGME) -LIB_DEPENDS+= gpgme.15:${PORTSDIR}/security/gpgme +LIB_DEPENDS+= gpgme.17:${PORTSDIR}/security/gpgme CONFIGURE_ARGS+= --enable-gpg PLIST_SUB+= GPGME="" .else |