diff options
author | jseger <jseger@FreeBSD.org> | 2000-04-25 20:25:55 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 2000-04-25 20:25:55 +0000 |
commit | 9b647f4e184998eb7ebe13cec936a93eaf6f91bb (patch) | |
tree | 3f8fa5a5918eccbf6e0d35d0e4be5ecf6e38a136 /graphics/mesagl/Makefile | |
parent | 8b637e757b5b4445b542fc49d9869e8b4ad56bc6 (diff) | |
download | FreeBSD-ports-9b647f4e184998eb7ebe13cec936a93eaf6f91bb.zip FreeBSD-ports-9b647f4e184998eb7ebe13cec936a93eaf6f91bb.tar.gz |
Upgrade to 3.2
Diffstat (limited to 'graphics/mesagl/Makefile')
-rw-r--r-- | graphics/mesagl/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/mesagl/Makefile b/graphics/mesagl/Makefile index 8923de9..b3c652a 100644 --- a/graphics/mesagl/Makefile +++ b/graphics/mesagl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Mesa -PORTVERSION= 3.1 +PORTVERSION= 3.2 CATEGORIES= graphics MASTER_SITES= http://download.sourceforge.net/mesa3d/ \ ftp://iris.ssec.wisc.edu/pub/Mesa/ \ @@ -16,6 +16,8 @@ DISTFILES= MesaLib-${PORTVERSION}${EXTRACT_SUFX} \ MAINTAINER= jseger@FreeBSD.org +USE_BZIP2= yes + .if defined(WANT_GGI) LIB_DEPENDS= ggi.2:${PORTSDIR}/graphics/libggi CONFIGURE_ARGS+=--with-ggi=${LOCALBASE} @@ -23,10 +25,9 @@ CONFIGURE_ARGS+=--with-ggi=${LOCALBASE} GLVER= 14 GLUTVER= 3 -WRKSRC= ${WRKDIR}/${PKGNAME} USE_X_PREFIX= yes -GNU_CONFIGURE= yes USE_LIBTOOL= yes +USE_GMAKE= yes CONFIGURE_ENV+= GLVER="${GLVER}" GLUTVER="${GLUTVER}" PLIST_SUB= GLVER="${GLVER}" GLUTVER="${GLUTVER}" |