diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2004-05-13 02:40:06 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2004-05-13 02:40:06 +0000 |
commit | 0c94909cf012c065cb460feb7ac31363347b4d5e (patch) | |
tree | 00e44dbd1bf1f1dcfdfef012a7ea3e5eb933d4db /x11-toolkits/libXmu | |
parent | Requires libXext, which includes the rest of these dependencies. (diff) |
Requires libXext, which covers some of the other deps.
Reported by: bento via kris
Notes
Notes:
svn path=/head/; revision=109041
Diffstat (limited to 'x11-toolkits/libXmu')
-rw-r--r-- | x11-toolkits/libXmu/Makefile | 6 |
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 |