aboutsummaryrefslogtreecommitdiff
path: root/astro/openuniverse/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-09-15 01:33:09 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-09-15 01:33:09 +0000
commit4f90e3e429dd5833e56d52f95019eb085e4c22da (patch)
treee5fb611a10d965cbc091a04522d6567dc91a3fd9 /astro/openuniverse/Makefile
parent84211eb9fc659b57b1460dad6f3caacda7eef3e8 (diff)
downloadports-4f90e3e429dd5833e56d52f95019eb085e4c22da.tar.gz
ports-4f90e3e429dd5833e56d52f95019eb085e4c22da.zip
"1.0beta3" is not a valid version...change it to "1.0.b3".
Remove explicit dependency to GL.14:Mesa3 and replace it with USE_MESA.
Notes
Notes: svn path=/head/; revision=32625
Diffstat (limited to 'astro/openuniverse/Makefile')
-rw-r--r--astro/openuniverse/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/astro/openuniverse/Makefile b/astro/openuniverse/Makefile
index c049ab6c8ec5..ee512e6d1c67 100644
--- a/astro/openuniverse/Makefile
+++ b/astro/openuniverse/Makefile
@@ -6,17 +6,18 @@
#
PORTNAME= openuniverse
-PORTVERSION= 1.0beta3
+PORTVERSION= 1.0.b3
CATEGORIES= astro
MASTER_SITES= http://download.sourceforge.net/openuniverse/
+DISTNAME= ${PORTNAME}-1.0beta3
MAINTAINER= will@FreeBSD.org
-LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
- GL.14:${PORTSDIR}/graphics/Mesa3
+LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
GNU_CONFIGURE= yes
USE_GMAKE= yes
+USE_MESA= yes
CONFIGURE_ARGS= --includedir="${LOCALBASE}/include" \
--libdir="${LOCALBASE}/lib" \