diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2004-05-09 23:47:28 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2004-05-09 23:47:28 +0000 |
commit | 4b77b7a9ead6430fb805f6c8ed54977e82ed98df (patch) | |
tree | 1aedf640c56bc4aeb949b10de20140cdeaed6189 /x11/xextensions | |
parent | 158d385fd14ce35adcdce59741260e9ea4b32931 (diff) | |
download | ports-4b77b7a9ead6430fb805f6c8ed54977e82ed98df.tar.gz ports-4b77b7a9ead6430fb805f6c8ed54977e82ed98df.zip |
These headers are useless without the xproto headers as well, so add a
RUN_DEPENDS.
Notes
Notes:
svn path=/head/; revision=108780
Diffstat (limited to 'x11/xextensions')
-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 |