diff options
author | bapt <bapt@FreeBSD.org> | 2013-04-23 18:23:53 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-04-23 18:23:53 +0800 |
commit | adeccdc4c0c1a16848208c627f4640a434e969a2 (patch) | |
tree | 51df89204d33173a463ecec3426fd4e0999b304f /finance/aqbanking | |
parent | ccd12690cd0650d2d42ed1911a351cf75ffd6f1a (diff) | |
download | freebsd-ports-gnome-adeccdc4c0c1a16848208c627f4640a434e969a2.tar.gz freebsd-ports-gnome-adeccdc4c0c1a16848208c627f4640a434e969a2.tar.zst freebsd-ports-gnome-adeccdc4c0c1a16848208c627f4640a434e969a2.zip |
Convert f* to USES=pkgconfig
Diffstat (limited to 'finance/aqbanking')
-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 636635ce3fc1..48cb239f7b88 100644 --- a/finance/aqbanking/Makefile +++ b/finance/aqbanking/Makefile @@ -23,9 +23,8 @@ PAYPAL_DESC= Build PayPal backend (separate license) USE_GMAKE= yes USE_GETTEXT= yes -USE_PKGCONFIG= build USE_AUTOTOOLS= libtool -USES= pathfix +USES= pathfix pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-release="yes" |