Index: Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/Mesa3/Makefile,v retrieving revision 1.32 diff -c -r1.32 Makefile *** Makefile 1999/04/22 00:16:58 1.32 --- Makefile 1998/07/11 19:18:32 *************** *** 15,23 **** MAINTAINER= jseger@FreeBSD.ORG WRKSRC= ${WRKDIR}/Mesa-3.0 - USE_X_PREFIX= yes LIBS= libMesaGL libMesaGLU .include --- 15,29 ---- MAINTAINER= jseger@FreeBSD.ORG + #BUILD_DEPENDS= x11:${PORTSDIR}/x11/XFree86 + WRKSRC= ${WRKDIR}/Mesa-3.0 + + # Sorry but I need Mesa to just extract and not build XFree86 + # in case of an extract target + #USE_X_PREFIX= yes + PREFIX= ${X11BASE} LIBS= libMesaGL libMesaGLU .include