diff options
author | marcus <marcus@FreeBSD.org> | 2004-02-08 09:26:02 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-02-08 09:26:02 +0800 |
commit | 834e348414bbe9a62c6007975ac1f314c3e47cee (patch) | |
tree | 557fdacfa777a5638061cde572a2cb4cf4cc617d /x11 | |
parent | 6bdbd8c4f5faa3650c9d9e1d06fc36ca84ea3901 (diff) | |
download | freebsd-ports-graphics-834e348414bbe9a62c6007975ac1f314c3e47cee.tar.gz freebsd-ports-graphics-834e348414bbe9a62c6007975ac1f314c3e47cee.tar.zst freebsd-ports-graphics-834e348414bbe9a62c6007975ac1f314c3e47cee.zip |
Add a missing dependency on libXext.
Reported by: bento
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libXres/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11/libXres/Makefile b/x11/libXres/Makefile index d6186bada84..1e36de25ac0 100644 --- a/x11/libXres/Makefile +++ b/x11/libXres/Makefile @@ -7,14 +7,15 @@ PORTNAME= libXres PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/ MAINTAINER= x11@FreeBSD.org COMMENT= X Resource usage library -LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/x11.pc:${PORTSDIR}/x11/libX11 +LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/x11.pc:${PORTSDIR}/x11/libX11 \ + ${X11BASE}/libdata/pkgconfig/xext.pc:${PORTSDIR}/x11/libXext BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/resourceext.pc:${PORTSDIR}/x11/resourceext \ ${LIB_PC_DEPENDS} RUN_DEPENDS= ${LIB_PC_DEPENDS} @@ -29,6 +30,4 @@ CFLAGS+= -DMALLOC_0_RETURNS_NULL INSTALLS_SHLIB= yes USE_GNOME= gnomehack pkgconfig -BROKEN= Does not compile - .include <bsd.port.mk> |