aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authoranholt <anholt@FreeBSD.org>2004-05-13 10:40:06 +0800
committeranholt <anholt@FreeBSD.org>2004-05-13 10:40:06 +0800
commit3486af826747d466852d1448948a7c1f1bcca046 (patch)
tree447fcf080cd9168394c909f7bfc2897d6f14f6fd /x11-toolkits
parent3a2d52f6e58024188a8f757b2965598cf5238e91 (diff)
downloadfreebsd-ports-gnome-3486af826747d466852d1448948a7c1f1bcca046.tar.gz
freebsd-ports-gnome-3486af826747d466852d1448948a7c1f1bcca046.tar.zst
freebsd-ports-gnome-3486af826747d466852d1448948a7c1f1bcca046.zip
Requires libXext, which covers some of the other deps.
Reported by: bento via kris
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/libXmu/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/x11-toolkits/libXmu/Makefile b/x11-toolkits/libXmu/Makefile
index 7f7a91323ba3..b564ed87cb26 100644
--- a/x11-toolkits/libXmu/Makefile
+++ b/x11-toolkits/libXmu/Makefile
@@ -13,11 +13,9 @@ MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/
MAINTAINER= x11@FreeBSD.org
COMMENT= X Miscellaneous Utilities libraries
-LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/x11.pc:${PORTSDIR}/x11/libX11 \
+LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/xext.pc:${PORTSDIR}/x11/libXext \
${X11BASE}/libdata/pkgconfig/xt.pc:${PORTSDIR}/x11-toolkits/libXt
-BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto \
- ${X11BASE}/libdata/pkgconfig/xextensions.pc:${PORTSDIR}/x11/xextensions \
- ${LIB_PC_DEPENDS}
+BUILD_DEPENDS= ${LIB_PC_DEPENDS}
RUN_DEPENDS= ${LIB_PC_DEPENDS}
USE_BZIP2= yes