diff options
author | asami <asami@FreeBSD.org> | 1998-08-13 06:52:25 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-13 06:52:25 +0800 |
commit | a8845659197c13cf18d100921a2818f086cc9cc1 (patch) | |
tree | 66a935d9f83c906fc45e2ef3a1b9c9c8548003a2 | |
parent | 687f0f82303af4b7b5a56770c11e1275b095fdfb (diff) | |
download | freebsd-ports-gnome-a8845659197c13cf18d100921a2818f086cc9cc1.tar.gz freebsd-ports-gnome-a8845659197c13cf18d100921a2818f086cc9cc1.tar.zst freebsd-ports-gnome-a8845659197c13cf18d100921a2818f086cc9cc1.zip |
Add Mesa3. Mark it MANUAL_PACKAGE_BUILD for now (shlib version overrides
Mesa2).
-rw-r--r-- | graphics/Makefile | 4 | ||||
-rw-r--r-- | graphics/Mesa3/Makefile | 4 | ||||
-rw-r--r-- | graphics/mesagl/Makefile | 4 |
3 files changed, 8 insertions, 4 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 40d21048430b..1059d0f91326 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.85 1998/07/20 10:13:30 asami Exp $ +# $Id: Makefile,v 1.86 1998/08/10 00:13:25 steve Exp $ # SUBDIR += EZWGL @@ -24,7 +24,7 @@ SUBDIR += gifmerge SUBDIR += giftool SUBDIR += giftrans - SUBDIR += gimp-devel +# SUBDIR += gimp-devel SUBDIR += gimp-manual SUBDIR += gimp1 SUBDIR += gplot diff --git a/graphics/Mesa3/Makefile b/graphics/Mesa3/Makefile index d22486c2226e..638b2ce9e3e6 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.25 1998/07/25 13:08:27 jseger Exp $ +# $Id: Makefile,v 1.26 1998/08/05 09:31:07 asami Exp $ # DISTNAME= MesaLib-3.0beta6 @@ -14,6 +14,8 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MesaDemos-3.0beta6.tar.gz MAINTAINER= jseger@FreeBSD.ORG +MANUAL_PACKAGE_BUILD= shlib version conflict + WRKSRC= ${WRKDIR}/Mesa-3.0 ALL_TARGET= freebsd diff --git a/graphics/mesagl/Makefile b/graphics/mesagl/Makefile index d22486c2226e..638b2ce9e3e6 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.25 1998/07/25 13:08:27 jseger Exp $ +# $Id: Makefile,v 1.26 1998/08/05 09:31:07 asami Exp $ # DISTNAME= MesaLib-3.0beta6 @@ -14,6 +14,8 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MesaDemos-3.0beta6.tar.gz MAINTAINER= jseger@FreeBSD.ORG +MANUAL_PACKAGE_BUILD= shlib version conflict + WRKSRC= ${WRKDIR}/Mesa-3.0 ALL_TARGET= freebsd |