diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 21:54:45 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 21:54:45 +0800 |
commit | 77d5662e7c18b449f96ae7c3863c41d8cbfe12eb (patch) | |
tree | 9ec3669354fcc327abf2d288212379857ec010ec /x11/libxklavier | |
parent | 89315e2bf7fc92ab44dbf706be38932b1d3d881c (diff) | |
download | freebsd-ports-gnome-77d5662e7c18b449f96ae7c3863c41d8cbfe12eb.tar.gz freebsd-ports-gnome-77d5662e7c18b449f96ae7c3863c41d8cbfe12eb.tar.zst freebsd-ports-gnome-77d5662e7c18b449f96ae7c3863c41d8cbfe12eb.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'x11/libxklavier')
-rw-r--r-- | x11/libxklavier/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/libxklavier/Makefile b/x11/libxklavier/Makefile index 836781998cec..73ac3c76da94 100644 --- a/x11/libxklavier/Makefile +++ b/x11/libxklavier/Makefile @@ -16,10 +16,9 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso- RUN_DEPENDS= xkbcomp:${PORTSDIR}/x11/xkbcomp \ ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes -USES= pathfix +USES= pathfix gmake pkgconfig USE_XORG= x11 xi xkbfile USE_BZIP2= yes -USE_GMAKE= yes USE_GNOME= libxml2 glib20 ltverhack:12 USE_LDCONFIG= yes USE_AUTOTOOLS= libtool |