diff options
author | jkh <jkh@FreeBSD.org> | 1995-04-04 14:09:38 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-04-04 14:09:38 +0800 |
commit | 7f05d96e2edbd59f5a1c89f5bb4a12fa63ece2b2 (patch) | |
tree | 7f972b901c2c561ab3b98851cece3f0f89c9acfd /graphics/mesagl | |
parent | 5b93881582832bed3a8ef73cad0795b94bb729ef (diff) | |
download | freebsd-ports-gnome-7f05d96e2edbd59f5a1c89f5bb4a12fa63ece2b2.tar.gz freebsd-ports-gnome-7f05d96e2edbd59f5a1c89f5bb4a12fa63ece2b2.tar.zst freebsd-ports-gnome-7f05d96e2edbd59f5a1c89f5bb4a12fa63ece2b2.zip |
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')
-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 |