aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authoranholt <anholt@FreeBSD.org>2004-05-10 07:47:28 +0800
committeranholt <anholt@FreeBSD.org>2004-05-10 07:47:28 +0800
commite7766e7e5947ec63d8e7f18e8baf3020777feee4 (patch)
treef7c98aade7ad92a2b0800aa088239cdc94606659 /x11
parent33ef844911d6929ce59de7804bb0df27fb4c1d57 (diff)
downloadfreebsd-ports-gnome-e7766e7e5947ec63d8e7f18e8baf3020777feee4.tar.gz
freebsd-ports-gnome-e7766e7e5947ec63d8e7f18e8baf3020777feee4.tar.zst
freebsd-ports-gnome-e7766e7e5947ec63d8e7f18e8baf3020777feee4.zip
These headers are useless without the xproto headers as well, so add a
RUN_DEPENDS.
Diffstat (limited to 'x11')
-rw-r--r--x11/xextensions/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/xextensions/Makefile b/x11/xextensions/Makefile
index 54e58cbb4c4e..f04b8fa01183 100644
--- a/x11/xextensions/Makefile
+++ b/x11/xextensions/Makefile
@@ -7,13 +7,15 @@
PORTNAME= xextensions
PORTVERSION= 1.0.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11
MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/
MAINTAINER= x11@FreeBSD.org
COMMENT= X11 extension headers
+RUN_DEPENDS= ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto
+
CONFLICTS= XFree86-libraries-*
USE_BZIP2= yes