summaryrefslogtreecommitdiff
path: root/x11/libXrender
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-08 01:22:46 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-08 01:22:46 +0000
commit9da5d658cfce5846046ab89e550734b76b97fbdc (patch)
tree7c13ccae5d9b466f3dc1ff062e36e4d90725378e /x11/libXrender
parentAdd a missing dependency on xextensions. (diff)
Add a missing dependency on libX11.
Reported by: bento
Notes
Notes: svn path=/head/; revision=100324
Diffstat (limited to 'x11/libXrender')
-rw-r--r--x11/libXrender/Makefile13
1 files changed, 4 insertions, 9 deletions
diff --git a/x11/libXrender/Makefile b/x11/libXrender/Makefile
index 78694687d247..74dae59dce9b 100644
--- a/x11/libXrender/Makefile
+++ b/x11/libXrender/Makefile
@@ -7,14 +7,15 @@
PORTNAME= libXrender
PORTVERSION= 0.8.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11
MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/
MAINTAINER= x11@FreeBSD.org
COMMENT= X Render extension library
-LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/xextensions.pc:${PORTSDIR}/x11/xextensions
+LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/xextensions.pc:${PORTSDIR}/x11/xextensions \
+ ${X11BASE}/libdata/pkgconfig/x11.pc:${PORTSDIR}/x11/libX11
BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/render.pc:${PORTSDIR}/x11/renderext \
${LIB_PC_DEPENDS}
RUN_DEPENDS= ${LIB_PC_DEPENDS}
@@ -29,10 +30,4 @@ CFLAGS+= -DMALLOC_0_RETURNS_NULL
INSTALLS_SHLIB= yes
USE_GNOME= gnomehack pkgconfig
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 502000
-BROKEN= "Configure fails"
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>