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 /french/verbiste | |
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 'french/verbiste')
-rw-r--r-- | french/verbiste/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/french/verbiste/Makefile b/french/verbiste/Makefile index e8eb6e373e70..52bc4975e17a 100644 --- a/french/verbiste/Makefile +++ b/french/verbiste/Makefile @@ -13,12 +13,11 @@ OPTIONS_DEFINE= GTK2 GNOME LICENSE= GPLv2 -USES= pathfix +USES= pathfix pkgconfig USE_AUTOTOOLS= libtool USE_GNOME= ltverhack libxml2 USE_ICONV= yes USE_LDCONFIG= yes -USE_PKGCONFIG= build CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |