diff options
author | anholt <anholt@FreeBSD.org> | 2004-05-10 07:47:28 +0800 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2004-05-10 07:47:28 +0800 |
commit | e7766e7e5947ec63d8e7f18e8baf3020777feee4 (patch) | |
tree | f7c98aade7ad92a2b0800aa088239cdc94606659 | |
parent | 33ef844911d6929ce59de7804bb0df27fb4c1d57 (diff) | |
download | freebsd-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.
-rw-r--r-- | x11/xextensions/Makefile | 4 |
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 |