Fix PREFIX setting to match other xlibs ports and unmark BROKEN on -current.

Still requires libXThrStub on 4.x, which libX11 isn't providing (yet).

PR:		ports/67759
Submitted by:	Jonathan Fosburgh <syjef@mdanderson.org>
This commit is contained in:
Eric Anholt 2004-07-07 22:05:09 +00:00
parent a9911f8a95
commit cb2fdec4f6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113170

View file

@ -18,18 +18,22 @@ COMMENT= OpenGL library that renders using GLX or DRI
LIB_DEPENDS= Xxf86vm.1:${PORTSDIR}/x11/libXxf86
BROKEN= Build fails
CONFLICTS= XFree86-libraries-*
EXTRA_PATCHES= ${CF_PATCHES}
PREFIX?= ${X11BASE}
XBUILD_DIRS= lib/GL
GLHEADERS= gl.h glext.h glx.h glxext.h glxint.h glxmd.h glxproto.h \
glxtokens.h
INSTALLS_SHLIB= yes
USE_GNOME= pkgconfig
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500043
BROKEN= Requires libXThrStub, which should be part of libX11
.endif
post-extract:
(cd ${WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \
${DISTDIR}/${DIST_SUBDIR}/X11R6.7.0-src3.tar.gz | \
@ -42,4 +46,4 @@ post-install:
.endfor
.include "${.CURDIR}/../../x11-servers/xorg-server/Makefile.inc"
.include <bsd.port.mk>
.include <bsd.port.post.mk>