diff options
author | marino <marino@FreeBSD.org> | 2013-09-12 16:41:52 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-09-12 16:41:52 +0800 |
commit | 1c5b21a08051ee2e2cf6e123c33b8f3b01b684e3 (patch) | |
tree | 31b199459d3b19a782a3899ddf47e20ba006233d /x11 | |
parent | b8779b1ae14ef1f0169102dc4f6aad17b691035b (diff) | |
download | freebsd-ports-gnome-1c5b21a08051ee2e2cf6e123c33b8f3b01b684e3.tar.gz freebsd-ports-gnome-1c5b21a08051ee2e2cf6e123c33b8f3b01b684e3.tar.zst freebsd-ports-gnome-1c5b21a08051ee2e2cf6e123c33b8f3b01b684e3.zip |
Add explicit dependency on pkgconf (20 ports)
Approved by: portmgr (bapt, implicit)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xpra/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/xpra/Makefile b/x11/xpra/Makefile index f606eeca00a8..6744f2b3c69d 100644 --- a/x11/xpra/Makefile +++ b/x11/xpra/Makefile @@ -24,6 +24,7 @@ LIB_DEPENDS+= avcodec.1:${PORTSDIR}/multimedia/ffmpeg MANCOMPRESSED= no MAN1= xpra.1 xpra_launcher.1 parti.1 +USES= pkgconfig USE_BZIP2= yes USE_PYTHON= yes USE_XORG= x11 xext xtst xfixes xcomposite xdamage |