diff options
author | marcus <marcus@FreeBSD.org> | 2004-03-12 02:17:53 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-03-12 02:17:53 +0800 |
commit | 1488d961a7e993fd50b55cedcc2f6aaf0071ef55 (patch) | |
tree | 4ffeec0d643f33c4773d488a31c6a57695f61c27 /x11/libXres | |
parent | fcaa79c5608affa5d63205d3f343cf653d3939f3 (diff) | |
download | freebsd-ports-gnome-1488d961a7e993fd50b55cedcc2f6aaf0071ef55.tar.gz freebsd-ports-gnome-1488d961a7e993fd50b55cedcc2f6aaf0071ef55.tar.zst freebsd-ports-gnome-1488d961a7e993fd50b55cedcc2f6aaf0071ef55.zip |
Add a missing dependency on xextensions.
Reported by: bento
Diffstat (limited to 'x11/libXres')
-rw-r--r-- | x11/libXres/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/libXres/Makefile b/x11/libXres/Makefile index d674bdb2e388..109572db60d7 100644 --- a/x11/libXres/Makefile +++ b/x11/libXres/Makefile @@ -7,7 +7,7 @@ PORTNAME= libXres PORTVERSION= 1.0.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/ @@ -15,7 +15,8 @@ MAINTAINER= x11@FreeBSD.org COMMENT= X Resource usage library LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/x11.pc:${PORTSDIR}/x11/libX11 \ - ${X11BASE}/libdata/pkgconfig/xext.pc:${PORTSDIR}/x11/libXext + ${X11BASE}/libdata/pkgconfig/xext.pc:${PORTSDIR}/x11/libXext \ + ${X11BASE}/libdata/pkgconfig/xextensions.pc:${PORTSDIR}/x11/xextensions BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/resourceext.pc:${PORTSDIR}/x11/resourceext \ ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto \ ${LIB_PC_DEPENDS} |