1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

(whitespace)

Use single-tab to separate variables from values instead of double-tabs.
This commit is contained in:
Maxim Sobolev 2001-08-20 09:27:43 +00:00
parent 7a647ab8db
commit 94941e8e22
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46521

View File

@ -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>