diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-07-20 16:37:51 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-07-20 16:37:51 +0000 |
commit | 7ef0ed6aa1b25c83fc8446a5b85d685e4b185342 (patch) | |
tree | 221953f72deadaf0340edd7415dbef1b17ef2dd1 /x11 | |
parent | 5c496c4406ae5f2a2de8d60a7322535a9e696c5b (diff) | |
download | ports-7ef0ed6aa1b25c83fc8446a5b85d685e4b185342.tar.gz ports-7ef0ed6aa1b25c83fc8446a5b85d685e4b185342.zip |
Notes
Diffstat (limited to 'x11')
-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 bce51db5adf6..8e164eda775e 100644 --- a/x11/xlockmore/Makefile +++ b/x11/xlockmore/Makefile @@ -3,7 +3,7 @@ # Date created: 9 November 1994 # Whom: smace # -# $Id: Makefile,v 1.33 1998/05/20 07:30:59 tg Exp $ +# $Id: Makefile,v 1.34 1998/06/29 07:55:35 tg Exp $ # DISTNAME= xlockmore-4.11 @@ -33,7 +33,7 @@ MAN1= xlock.1 WITH_MESAGL?= no .if ${WITH_MESAGL} == yes CONFIGURE_ARGS+= --with-mesagl -LIB_DEPENDS+= GL\\.13:${PORTSDIR}/graphics/Mesa +LIB_DEPENDS+= GL\\.13:${PORTSDIR}/graphics/Mesa2 .else CONFIGURE_ARGS+= --without-mesagl .endif |