Mesa -> Mesa2

This commit is contained in:
Satoshi Asami 1998-07-20 16:37:51 +00:00
parent 5c496c4406
commit 7ef0ed6aa1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=12015
2 changed files with 5 additions and 5 deletions

View file

@ -3,7 +3,7 @@
# Date created: 17 May 1998
# Whom: Andrey Zakhvatov
#
# $Id$
# $Id: Makefile,v 1.1.1.1 1998/07/14 01:15:14 dburr Exp $
#
DISTNAME= battalion-1.4
@ -13,8 +13,8 @@ DISTFILES= battalionSource1.4.tar.Z battalionSUN4.tar.gz
MAINTAINER= andy@icc.surw.chel.su
LIB_DEPENDS= MesaGL\\.13\\.:${PORTSDIR}/graphics/Mesa \
MesaGLU\\.13\\.:${PORTSDIR}/graphics/Mesa
LIB_DEPENDS= MesaGL\\.13\\.:${PORTSDIR}/graphics/Mesa2 \
MesaGLU\\.13\\.:${PORTSDIR}/graphics/Mesa2
ALL_TARGET=
USE_X11= yes

View file

@ -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