summaryrefslogtreecommitdiff
path: root/graphics/Mesa3
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-04-04 06:09:38 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-04-04 06:09:38 +0000
commit4695e6bfc532e687176d2cfbc638ed3c99e03f3d (patch)
tree2dd1c835a01d4f2b97b25e866d971f600b6ea8e7 /graphics/Mesa3
parentAdd USE_X11 for ports which are X11 users but don't use IMAKE. (diff)
Make this go to the right place for -lX11 (-l${PREFIX}/lib).
!! ** This also requires my patch to bsd.port.mk for USE_X11 ** !!
Notes
Notes: svn path=/head/; revision=1287
Diffstat (limited to 'graphics/Mesa3')
-rw-r--r--graphics/Mesa3/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/Mesa3/Makefile b/graphics/Mesa3/Makefile
index 1b4296a27428..039f01d86f27 100644
--- a/graphics/Mesa3/Makefile
+++ b/graphics/Mesa3/Makefile
@@ -3,14 +3,15 @@
# Date created: Tue Feb 7 12:02:49 1995
# Whom: hsu
#
-# $Id: Makefile,v 1.5 1995/04/01 12:45:46 jkh Exp $
+# $Id: Makefile,v 1.6 1995/04/04 04:56:34 hsu Exp $
#
DISTNAME= Mesa-1.1.3beta
MASTER_SITES= ftp://iris.ssec.wisc.edu/pub/misc/
CATEGORIES+= graphics
WRKSRC= ${WRKDIR}/Mesa
-USE_GMAKE=
+USE_GMAKE= yes
+USE_X11= yes
ALL_TARGET= freebsd
# won't install until I convert the Makefiles to Imakefiles
NO_INSTALL= yes