diff options
author | maho <maho@FreeBSD.org> | 2004-05-07 03:49:54 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2004-05-07 03:49:54 +0800 |
commit | 0b7cae99d95cb6f9e01f28b743bfe78cdd891f95 (patch) | |
tree | 05d7dd670545ccd765b1c382417da5761c7fdd1a /graphics/povray37 | |
parent | 50f19019ab8b4be06345305a6d009ab3abf9e483 (diff) | |
download | freebsd-ports-gnome-0b7cae99d95cb6f9e01f28b743bfe78cdd891f95.tar.gz freebsd-ports-gnome-0b7cae99d95cb6f9e01f28b743bfe78cdd891f95.tar.zst freebsd-ports-gnome-0b7cae99d95cb6f9e01f28b743bfe78cdd891f95.zip |
Make portlint happy by replacing space to tab
PR: 65409
Submitted by: trevor
Diffstat (limited to 'graphics/povray37')
-rw-r--r-- | graphics/povray37/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/povray37/Makefile b/graphics/povray37/Makefile index 8cdfdbeadb53..9800fb5c5a5c 100644 --- a/graphics/povray37/Makefile +++ b/graphics/povray37/Makefile @@ -16,7 +16,7 @@ MASTER_SITES= ftp://ftp.povray.org/pub/povray/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/povray/%SUBDIR%,} MASTER_SITE_SUBDIR= Official/Unix DISTNAME= povuni_s -EXTRACT_SUFX= .tgz +EXTRACT_SUFX= .tgz DIST_SUBDIR= povray35 MAINTAINER= maho@FreeBSD.org @@ -31,9 +31,9 @@ LIB_DEPENDS+= vga:${PORTSDIR}/graphics/svgalib WRKSRC= ${WRKDIR}/${PORTNAME}-3.50c USE_XLIB= yes -USE_REINPLACE= yes +USE_REINPLACE= yes USE_GMAKE= yes -GNU_CONFIGURE= yes +GNU_CONFIGURE= yes LATEST_LINK= ${PORTNAME}35 .if defined(WITH_OPTIMIZED_FLAGS) @@ -45,7 +45,7 @@ CXXFLAGS+= -mfancy-math-387 -mpreferred-stack-boundary=3 -malign-double .endif # i386 .endif -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --x-includes=${X11BASE}/include CONFIGURE_ENV= CXXFLAGS="${CXXFLAGS} -L${LOCALBASE}/lib -I${LOCALBASE}/include" \ CFLAGS="${CFLAGS} -L${LOCALBASE}/lib -I${LOCALBASE}/include" |