diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-03-03 10:39:01 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-03-03 10:39:01 +0000 |
commit | 4182da385c8559cefbbfc047cbc2577ff86ef1b5 (patch) | |
tree | 7fa507593cc2c923d33788bfd27c0214d4aa8e9c /x11/xlockmore | |
parent | ed5b96dba44f191093a79414f2a7e87846cfef7f (diff) | |
download | ports-4182da385c8559cefbbfc047cbc2577ff86ef1b5.tar.gz ports-4182da385c8559cefbbfc047cbc2577ff86ef1b5.zip |
Use MesaGL in any case when PACKAGE_BUILDING is defined.
Notes
Notes:
svn path=/head/; revision=10018
Diffstat (limited to 'x11/xlockmore')
-rw-r--r-- | x11/xlockmore/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile index 48ad1c58333c..14d3bcc3d851 100644 --- a/x11/xlockmore/Makefile +++ b/x11/xlockmore/Makefile @@ -3,7 +3,7 @@ # Date created: 9 November 1994 # Whom: smace # -# $Id: Makefile,v 1.26 1998/02/04 07:58:59 tg Exp $ +# $Id: Makefile,v 1.27 1998/03/03 08:29:04 tg Exp $ # DISTNAME= xlockmore-4.08 @@ -22,7 +22,7 @@ CONFIGURE_ARGS= --without-gl --without-motif --without-sx \ USE_X11= yes MAN1= xlock.1 -.if exists(${X11BASE}/lib/libMesaGL.a) +.if exists(${X11BASE}/lib/libMesaGL.a) || defined(PACKAGE_BUILDING) CONFIGURE_ARGS+= --with-mesagl LIB_DEPENDS+= GL\\.13:${PORTSDIR}/graphics/Mesa .else |