diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-04-04 06:09:38 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-04-04 06:09:38 +0000 |
commit | 4695e6bfc532e687176d2cfbc638ed3c99e03f3d (patch) | |
tree | 2dd1c835a01d4f2b97b25e866d971f600b6ea8e7 /graphics/mesagl/Makefile | |
parent | Add 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 ** !!
Diffstat (limited to 'graphics/mesagl/Makefile')
-rw-r--r-- | graphics/mesagl/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/mesagl/Makefile b/graphics/mesagl/Makefile index 1b4296a27428..039f01d86f27 100644 --- a/graphics/mesagl/Makefile +++ b/graphics/mesagl/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 |