diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-02 22:11:19 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-02 22:11:19 +0800 |
commit | dd77c89b3a4b905965836dc3d380de068434998f (patch) | |
tree | 8ac55177ed5b11cce6a12379584a37b6ac0c0c58 /x11 | |
parent | d660f47405ede4cb65be00179061d54ebb517a0e (diff) | |
download | freebsd-ports-gnome-dd77c89b3a4b905965836dc3d380de068434998f.tar.gz freebsd-ports-gnome-dd77c89b3a4b905965836dc3d380de068434998f.tar.zst freebsd-ports-gnome-dd77c89b3a4b905965836dc3d380de068434998f.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xpyb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xpyb/Makefile b/x11/xpyb/Makefile index ba19c97c20e5..05bc524c2978 100644 --- a/x11/xpyb/Makefile +++ b/x11/xpyb/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xcb-proto.pc:${PORTSDIR}/x11/xcb-p USE_BZIP2= yes USE_PYTHON= 2.5+ USE_XORG= xcb -USES= pathfix +USES= pathfix pkgconfig PORTDOCS= README COPYING INSTALL NEWS XcbPythonBinding.txt GNU_CONFIGURE= yes |