diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-02 21:54:45 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-02 21:54:45 +0800 |
commit | d660f47405ede4cb65be00179061d54ebb517a0e (patch) | |
tree | 9ec3669354fcc327abf2d288212379857ec010ec /x11 | |
parent | 261f79d741f27e6af8050af1094e862e042d5d12 (diff) | |
download | freebsd-ports-gnome-d660f47405ede4cb65be00179061d54ebb517a0e.tar.gz freebsd-ports-gnome-d660f47405ede4cb65be00179061d54ebb517a0e.tar.zst freebsd-ports-gnome-d660f47405ede4cb65be00179061d54ebb517a0e.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'x11')
-rw-r--r-- | x11/ecore-x11/Makefile | 2 | ||||
-rw-r--r-- | x11/libxklavier/Makefile | 3 | ||||
-rw-r--r-- | x11/xcb-util/Makefile | 2 |
3 files changed, 3 insertions, 4 deletions
diff --git a/x11/ecore-x11/Makefile b/x11/ecore-x11/Makefile index b37e7460c50d..110ff35b784e 100644 --- a/x11/ecore-x11/Makefile +++ b/x11/ecore-x11/Makefile @@ -17,7 +17,7 @@ LICENSE= BSD DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_EFL= ecore libtool_hack USE_EFL_ECORE= input USE_LDCONFIG= yes 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 diff --git a/x11/xcb-util/Makefile b/x11/xcb-util/Makefile index 1cfc8301e67e..70ccdfd9249c 100644 --- a/x11/xcb-util/Makefile +++ b/x11/xcb-util/Makefile @@ -11,8 +11,8 @@ MASTER_SITES= http://xcb.freedesktop.org/dist/ MAINTAINER= garga@FreeBSD.org COMMENT= A module with libxcb/libX11 extension/replacement libraries -USES= gmake USE_BZIP2= yes +USES= gmake pathfix pkgconfig USE_LDCONFIG= yes USE_XORG= xau xcb xdmcp xorg-macros USE_AUTOTOOLS= libtool |