diff options
author | miwi <miwi@FreeBSD.org> | 2014-05-29 20:05:20 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-05-29 20:05:20 +0800 |
commit | 0f34e5ae7059ff8055afdbfe8002591a6941f19b (patch) | |
tree | 3cf587cb4135aa1e5d2a3fd4f1ccb09e88f7a8c9 /finance | |
parent | fd8e12700844b9920beaec24798a011e9614a9ef (diff) | |
download | freebsd-ports-gnome-0f34e5ae7059ff8055afdbfe8002591a6941f19b.tar.gz freebsd-ports-gnome-0f34e5ae7059ff8055afdbfe8002591a6941f19b.tar.zst freebsd-ports-gnome-0f34e5ae7059ff8055afdbfe8002591a6941f19b.zip |
- Convert gmake to USES
Approved by: portmgr
Diffstat (limited to 'finance')
-rw-r--r-- | finance/aqbanking/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/finance/aqbanking/Makefile b/finance/aqbanking/Makefile index 132014657fc2..ae132856c6b1 100644 --- a/finance/aqbanking/Makefile +++ b/finance/aqbanking/Makefile @@ -15,9 +15,8 @@ LICENSE_COMB= dual LIB_DEPENDS= libgwenhywfar.so:${PORTSDIR}/devel/gwenhywfar \ libgmp.so:${PORTSDIR}/math/gmp -USE_GMAKE= yes USE_AUTOTOOLS= libtool -USES= pathfix pkgconfig gettext +USES= pathfix pkgconfig gettext gmake GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-release="yes" |