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/povray | |
parent | f3c2544206a5b27f1a40c33c37e86ec3cf8f9054 (diff) | |
download | ports-c72ea155ce5ee61e1ebe83465bb4b4e98569ada8.tar.gz ports-c72ea155ce5ee61e1ebe83465bb4b4e98569ada8.zip |
Notes
Diffstat (limited to 'graphics/povray')
-rw-r--r-- | graphics/povray/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/povray/Makefile b/graphics/povray/Makefile index 8cdfdbeadb53..9800fb5c5a5c 100644 --- a/graphics/povray/Makefile +++ b/graphics/povray/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" |