aboutsummaryrefslogtreecommitdiff
path: root/x11/xlockmore
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-09-27 16:06:59 +0000
committerSteve Price <steve@FreeBSD.org>1998-09-27 16:06:59 +0000
commitc6c4ea2442674d7fe0af365765d6c8a0ca6ac449 (patch)
tree8032005969337106455827fc9cf77994dc745b8d /x11/xlockmore
parente8b053097dd240a023dfdff2e161dcd16158e84d (diff)
downloadports-c6c4ea2442674d7fe0af365765d6c8a0ca6ac449.tar.gz
ports-c6c4ea2442674d7fe0af365765d6c8a0ca6ac449.zip
Notes
Diffstat (limited to 'x11/xlockmore')
-rw-r--r--x11/xlockmore/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile
index e082ad19ac8f..c0dc7e6efecf 100644
--- a/x11/xlockmore/Makefile
+++ b/x11/xlockmore/Makefile
@@ -3,7 +3,7 @@
# Date created: 9 November 1994
# Whom: smace
#
-# $Id: Makefile,v 1.38 1998/09/15 11:13:39 asami Exp $
+# $Id: Makefile,v 1.39 1998/09/17 00:33:01 asami Exp $
#
DISTNAME= xlockmore-4.11
@@ -38,7 +38,7 @@ CONFIGURE_ARGS+= --with-libraries=/usr/lib/aout
WITH_MESAGL?= no
.if ${WITH_MESAGL} == yes
CONFIGURE_ARGS+= --with-mesagl
-LIB_DEPENDS+= GL\\.13:${PORTSDIR}/graphics/Mesa2
+LIB_DEPENDS+= GL.13:${PORTSDIR}/graphics/Mesa2
.else
CONFIGURE_ARGS+= --without-mesagl
.endif