diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-04 17:42:34 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-04 17:42:34 +0000 |
commit | 8a8a7e502072941d1b67c67d63d56eeb717eb29f (patch) | |
tree | d9b8fe0476e81f60b4e75d368d4cf5b2cdf6e1eb /graphics/povray | |
parent | 82b765eb0cd5ced1d431c4fbdce6709a13553ab6 (diff) | |
download | ports-8a8a7e502072941d1b67c67d63d56eeb717eb29f.tar.gz ports-8a8a7e502072941d1b67c67d63d56eeb717eb29f.zip |
Notes
Diffstat (limited to 'graphics/povray')
-rw-r--r-- | graphics/povray/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/graphics/povray/Makefile b/graphics/povray/Makefile index dd09b8c4408a..018f1e144784 100644 --- a/graphics/povray/Makefile +++ b/graphics/povray/Makefile @@ -32,16 +32,6 @@ USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --target=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -L${LOCALBASE}/lib -I${LOCALBASE}/include" -# LDFLAGS="${LDFLAGS} -I${LOCALBASE}/lib" -# CFLAGS="${CFLAGS} -L${LOCALBASE}/lib" -# CXXFLAGS="${CXXFLAGS} -#CC="${CC}" CFLAGS="${CFLAGS}" \ -#CONFIGURE_ENV= CC="${CC}" CFLAGS="${CFLAGS}" \ -# CXXFLAGS="${CXXFLAGS} -L${LOCALBASE}/lib" \ -# CPPFLAGS="${CFLAGS} ${CPPFLAGS} -L${LOCALBASE}/lib -I${LOCALBASE}/include" -# LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" -# CXXCPP="${CXXFLAGS} ${CXXCPP} -L${LOCALBASE}/lib -I${LOCALBASE}/lib" -#CONFIGURE_ARGS= --includedir="${PREFIX}/include" --libdir="${PREFIX}/lib" MAN1= povray.1 |