diff options
author | asami <asami@FreeBSD.org> | 2000-09-15 09:33:09 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-09-15 09:33:09 +0800 |
commit | c2753624fcb64c4e6943de675e2a5f6194b28ceb (patch) | |
tree | 7bd3798f4f5abf8f7b200791571bb5b3f2329cfc /astro | |
parent | 56c964b0d2271ee8b8d10dcccf84dbee43c30c08 (diff) | |
download | freebsd-ports-gnome-c2753624fcb64c4e6943de675e2a5f6194b28ceb.tar.gz freebsd-ports-gnome-c2753624fcb64c4e6943de675e2a5f6194b28ceb.tar.zst freebsd-ports-gnome-c2753624fcb64c4e6943de675e2a5f6194b28ceb.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.
Diffstat (limited to 'astro')
-rw-r--r-- | astro/openuniverse/Makefile | 7 |
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" \ |