diff options
-rw-r--r-- | games/KnightCap/Makefile | 8 | ||||
-rw-r--r-- | games/tank/Makefile | 4 | ||||
-rw-r--r-- | graphics/Makefile | 5 | ||||
-rw-r--r-- | graphics/Mesa3/Makefile | 4 | ||||
-rw-r--r-- | graphics/geomview/Makefile | 4 | ||||
-rw-r--r-- | graphics/mesagl/Makefile | 4 | ||||
-rw-r--r-- | mail/glbiff/Makefile | 10 | ||||
-rw-r--r-- | www/vrweb/Makefile | 4 |
8 files changed, 24 insertions, 19 deletions
diff --git a/games/KnightCap/Makefile b/games/KnightCap/Makefile index 26112d48b30f..ded0a2381853 100644 --- a/games/KnightCap/Makefile +++ b/games/KnightCap/Makefile @@ -3,7 +3,7 @@ # Date created: 10 May 1998 # Whom: Andrey Zakhvatov # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/05/15 12:14:22 tg Exp $ # DISTNAME= KnightCap-3.5 @@ -13,9 +13,9 @@ MASTER_SITES= ftp://samba.anu.edu.au/pub/KnightCap/ MAINTAINER= andy@icc.surw.chel.su -LIB_DEPENDS= MesaGL\\.13\\.:${PORTSDIR}/graphics/Mesa \ - MesaGLU\\.13\\.:${PORTSDIR}/graphics/Mesa \ - glut\\.3\\.:${PORTSDIR}/graphics/Mesa +LIB_DEPENDS= MesaGL\\.13\\.:${PORTSDIR}/graphics/Mesa2 \ + MesaGLU\\.13\\.:${PORTSDIR}/graphics/Mesa2 \ + glut\\.3\\.:${PORTSDIR}/graphics/Mesa2 FETCH_BEFORE_ARGS= -P ALL_TARGET= KnightCap diff --git a/games/tank/Makefile b/games/tank/Makefile index 0d884d837096..efd59e66aad5 100644 --- a/games/tank/Makefile +++ b/games/tank/Makefile @@ -3,7 +3,7 @@ # Date created: 4 Mar 1998 # Whom: Donald Burr <dburr@FreeBSD.ORG> # -# $Id: Makefile,v 1.2 1998/05/15 15:01:10 dburr Exp $ +# $Id: Makefile,v 1.3 1998/05/30 12:36:17 dburr Exp $ # DISTNAME= tank-0.4a-src @@ -13,7 +13,7 @@ MASTER_SITES= http://www.info.polymtl.ca/~coyote/tank/ MAINTAINER= dburr@FreeBSD.ORG -LIB_DEPENDS= MesaGL\\.13\\.:${PORTSDIR}/graphics/Mesa +LIB_DEPENDS= MesaGL\\.13\\.:${PORTSDIR}/graphics/Mesa2 WRKSRC= ${WRKDIR}/${PKGNAME} diff --git a/graphics/Makefile b/graphics/Makefile index c8a6d51be328..351e086b0f52 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,9 +1,10 @@ -# $Id: Makefile,v 1.83 1998/07/13 02:26:45 steve Exp $ +# $Id: Makefile,v 1.84 1998/07/16 06:36:49 tg Exp $ # SUBDIR += EZWGL SUBDIR += ImageMagick - SUBDIR += Mesa + SUBDIR += Mesa2 + SUBDIR += Mesa3 SUBDIR += aalib SUBDIR += aero SUBDIR += aview diff --git a/graphics/Mesa3/Makefile b/graphics/Mesa3/Makefile index b5633b5148c7..7c04eacb9cd0 100644 --- a/graphics/Mesa3/Makefile +++ b/graphics/Mesa3/Makefile @@ -3,7 +3,7 @@ # Date created: Tue Feb 7 12:02:49 1995 # Whom: hsu # -# $Id: Makefile,v 1.22 1998/02/15 17:13:13 jseger Exp $ +# $Id: Makefile,v 1.23 1998/03/10 09:26:05 tg Exp $ # DISTNAME= MesaLib-2.6 @@ -14,6 +14,8 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MesaDemos-2.6.tar.gz MAINTAINER= jseger@FreeBSD.ORG +BROKEN= awaiting upgrade to Mesa3 after repository copy + WRKSRC= ${WRKDIR}/${PKGNAME} ALL_TARGET= freebsd-386 diff --git a/graphics/geomview/Makefile b/graphics/geomview/Makefile index f2147a7996ee..59490975390b 100644 --- a/graphics/geomview/Makefile +++ b/graphics/geomview/Makefile @@ -3,7 +3,7 @@ # Date created: 5 November 1996 # Whom: fenner # -# $Id:$ +# $Id: Makefile,v 1.4 1997/11/27 00:32:32 fenner Exp $ DISTNAME= geomview-1.6.1 CATEGORIES= graphics tk42 @@ -14,7 +14,7 @@ DISTFILES= geomview-1.6.1-src.tar.gz MAINTAINER= fenner@freebsd.org LIB_DEPENDS= xforms\\.0:${PORTSDIR}/x11/xforms \ - MesaGL\\.13:${PORTSDIR}/graphics/Mesa \ + MesaGL\\.13:${PORTSDIR}/graphics/Mesa2 \ tk42:${PORTSDIR}/x11/tk42 WRKSRC= ${WRKDIR}/Geomview diff --git a/graphics/mesagl/Makefile b/graphics/mesagl/Makefile index b5633b5148c7..7c04eacb9cd0 100644 --- a/graphics/mesagl/Makefile +++ b/graphics/mesagl/Makefile @@ -3,7 +3,7 @@ # Date created: Tue Feb 7 12:02:49 1995 # Whom: hsu # -# $Id: Makefile,v 1.22 1998/02/15 17:13:13 jseger Exp $ +# $Id: Makefile,v 1.23 1998/03/10 09:26:05 tg Exp $ # DISTNAME= MesaLib-2.6 @@ -14,6 +14,8 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MesaDemos-2.6.tar.gz MAINTAINER= jseger@FreeBSD.ORG +BROKEN= awaiting upgrade to Mesa3 after repository copy + WRKSRC= ${WRKDIR}/${PKGNAME} ALL_TARGET= freebsd-386 diff --git a/mail/glbiff/Makefile b/mail/glbiff/Makefile index 476415d5b6e6..ac65c68ebf6d 100644 --- a/mail/glbiff/Makefile +++ b/mail/glbiff/Makefile @@ -3,7 +3,7 @@ # Date created: 18 May 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.2 1998/07/04 19:09:21 steve Exp $ +# $Id: Makefile,v 1.3 1998/07/11 00:28:05 steve Exp $ # DISTNAME= glbiff-0.2 @@ -13,10 +13,10 @@ EXTRACT_SUFX= .tgz MAINTAINER= andy@icc.surw.chel.su -LIB_DEPENDS= MesaGL\\.13\\.:${PORTSDIR}/graphics/Mesa \ - MesaGLU\\.13\\.:${PORTSDIR}/graphics/Mesa \ - Mesatk\\.13\\.:${PORTSDIR}/graphics/Mesa \ - glut\\.3\\.:${PORTSDIR}/graphics/Mesa +LIB_DEPENDS= MesaGL\\.13\\.:${PORTSDIR}/graphics/Mesa2 \ + MesaGLU\\.13\\.:${PORTSDIR}/graphics/Mesa2 \ + Mesatk\\.13\\.:${PORTSDIR}/graphics/Mesa2 \ + glut\\.3\\.:${PORTSDIR}/graphics/Mesa2 USE_IMAKE= yes WRKSRC= ${WRKDIR}/glbiff diff --git a/www/vrweb/Makefile b/www/vrweb/Makefile index bb29f9578ea8..f1398f226b09 100644 --- a/www/vrweb/Makefile +++ b/www/vrweb/Makefile @@ -3,7 +3,7 @@ # Date created: 20 June 1997 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.3 1998/04/19 17:14:33 steve Exp $ +# $Id: Makefile,v 1.4 1998/04/23 16:50:35 mph Exp $ # DISTNAME= vrweb-1.5 @@ -13,7 +13,7 @@ DISTFILES= vrweb-src-1.5.tar.gz help-1.5.tar.gz MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp -LIB_DEPENDS= GL\\.13\\.:${PORTSDIR}/graphics/Mesa +LIB_DEPENDS= GL\\.13\\.:${PORTSDIR}/graphics/Mesa2 USE_GMAKE= yes USE_X11= yes |