diff options
Diffstat (limited to 'astro')
-rw-r--r-- | astro/openuniverse/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/astro/openuniverse/Makefile b/astro/openuniverse/Makefile index a5fb176590a9..4b61a0dcdc10 100644 --- a/astro/openuniverse/Makefile +++ b/astro/openuniverse/Makefile @@ -5,15 +5,15 @@ # $FreeBSD$ # -PORTNAME= openuniverse -PORTVERSION= 1.0.b3 -CATEGORIES= astro -MASTER_SITES= http://download.sourceforge.net/openuniverse/ -DISTNAME= ${PORTNAME}-1.0beta3 +PORTNAME= openuniverse +PORTVERSION= 1.0.b3 +CATEGORIES= astro +MASTER_SITES= http://download.sourceforge.net/openuniverse/ +DISTNAME= ${PORTNAME}-1.0beta3 -MAINTAINER= trevor@FreeBSD.org +MAINTAINER= trevor@FreeBSD.org -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg GNU_CONFIGURE= yes USE_GMAKE= yes @@ -26,6 +26,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${X11BASE}/include/GL -I${LOCALB LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib -lm" \ LIBS="-lcompat" -USE_X_PREFIX= yes +USE_X_PREFIX= yes .include <bsd.port.mk> |