diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-08-20 17:27:43 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-08-20 17:27:43 +0800 |
commit | ab436060a1b8ab838031732120b8156b64e501c9 (patch) | |
tree | 2eabe829b87c7b8c40c66530275a33cc80bf3373 | |
parent | 0aa6cece1435c17fb4fbb71738fb74e59be5f041 (diff) | |
download | freebsd-ports-gnome-ab436060a1b8ab838031732120b8156b64e501c9.tar.gz freebsd-ports-gnome-ab436060a1b8ab838031732120b8156b64e501c9.tar.zst freebsd-ports-gnome-ab436060a1b8ab838031732120b8156b64e501c9.zip |
(whitespace)
Use single-tab to separate variables from values instead of double-tabs.
-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> |