diff options
author | Maho Nakata <maho@FreeBSD.org> | 2004-05-06 19:49:54 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2004-05-06 19:49:54 +0000 |
commit | c72ea155ce5ee61e1ebe83465bb4b4e98569ada8 (patch) | |
tree | 513f8f29c9e592d4fa9b7ae95575a2d440a53dac /graphics/povray37/Makefile | |
parent | - Fix a braino from marcuscom's rev 1.31 of this file (diff) |
Make portlint happy by replacing space to tab
PR: 65409
Submitted by: trevor
Notes
Notes:
svn path=/head/; revision=108577
Diffstat (limited to '')
-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" |