diff options
-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" \ |