summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2004-05-08 07:43:07 +0000
committerEric Anholt <anholt@FreeBSD.org>2004-05-08 07:43:07 +0000
commitfb3d98cc95697656fe1d6e7db19b12ff885a5735 (patch)
treef35d1a7298d53ca4c99bd78d1d84eb0fdc8b40aa
parentadd patch for Makefile.PL (forgot to cvs add this before committing update) (diff)
libICE doesn't link to libX11 directly, but one of its utility headers
does include Xlib.h, so put the x11 dependency back in. Reported by: kris (bento)
Notes
Notes: svn path=/head/; revision=108682
-rw-r--r--x11/libICE/Makefile7
-rw-r--r--x11/libSM/Makefile4
2 files changed, 2 insertions, 9 deletions
diff --git a/x11/libICE/Makefile b/x11/libICE/Makefile
index 9da917648438..164ec5325b9f 100644
--- a/x11/libICE/Makefile
+++ b/x11/libICE/Makefile
@@ -14,7 +14,8 @@ MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/
MAINTAINER= x11@FreeBSD.org
COMMENT= Inter Client Exchange library for X11
-LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/xtrans.pc:${PORTSDIR}/x11/libXtrans
+LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/x11.pc:${PORTSDIR}/x11/libX11 \
+ ${X11BASE}/libdata/pkgconfig/xtrans.pc:${PORTSDIR}/x11/libXtrans
BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto \
${LIB_PC_DEPENDS}
RUN_DEPENDS= ${LIB_PC_DEPENDS}
@@ -27,11 +28,7 @@ MTREE_FILE= /etc/mtree/BSD.x11-4.dist
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LIBTOOL_VER=13
-USE_REINPLACE= yes
INSTALLS_SHLIB= yes
USE_GNOME= gnomehack pkgconfig
-post-patch:
- ${REINPLACE_CMD} 's|xproto x11|xproto|g' ${WRKSRC}/configure
-
.include <bsd.port.mk>
diff --git a/x11/libSM/Makefile b/x11/libSM/Makefile
index 2c06c0c7ae61..b5ea6579910c 100644
--- a/x11/libSM/Makefile
+++ b/x11/libSM/Makefile
@@ -28,11 +28,7 @@ GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GMAKE= yes
USE_LIBTOOL_VER=13
-USE_REINPLACE= yes
INSTALLS_SHLIB= yes
USE_GNOME= gnomehack pkgconfig
-post-patch:
- ${REINPLACE_CMD} 's|xproto x11|xproto|g' ${WRKSRC}/configure
-
.include <bsd.port.mk>