diff options
author | marcus <marcus@FreeBSD.org> | 2004-02-08 01:22:46 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-02-08 01:22:46 +0000 |
commit | 7fbcdd9054b2b3e41fcb30d7aee8f83b617c6749 (patch) | |
tree | 7846841b19b1f52ea0403111ef805786719d5f8f /x11/libXrender | |
parent | 28b32f236157f4be25ceba7a0c5ace2ba49578f7 (diff) | |
download | FreeBSD-ports-7fbcdd9054b2b3e41fcb30d7aee8f83b617c6749.zip FreeBSD-ports-7fbcdd9054b2b3e41fcb30d7aee8f83b617c6749.tar.gz |
Add a missing dependency on libX11.
Reported by: bento
Diffstat (limited to 'x11/libXrender')
-rw-r--r-- | x11/libXrender/Makefile | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/x11/libXrender/Makefile b/x11/libXrender/Makefile index 7869468..74dae59 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> |