diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-03 09:40:26 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-03 09:40:26 +0000 |
commit | 1a048b42259d0914a97c926f72181b7e168d9a2c (patch) | |
tree | e9006384cf616aec86d1b1fd0e5f96a57124ca67 /graphics/flam3/Makefile | |
parent | - STAGE-clean (diff) |
- Stage support
- Convert to USES
Notes
Notes:
svn path=/head/; revision=342397
Diffstat (limited to 'graphics/flam3/Makefile')
-rw-r--r-- | graphics/flam3/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/graphics/flam3/Makefile b/graphics/flam3/Makefile index 31ea476c078c..b297f8801aa4 100644 --- a/graphics/flam3/Makefile +++ b/graphics/flam3/Makefile @@ -15,14 +15,10 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ xml2.5:${PORTSDIR}/textproc/libxml2 \ jpeg.11:${PORTSDIR}/graphics/jpeg -MAN1= flam3-animate.1 flam3-genome.1 flam3-render.1 flam3-convert.1 -MANCOMPRESSED= no - GNU_CONFIGURE= yes USES= gmake pathfix pkgconfig CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib" CFLAGS+= -I${LOCALBASE}/include/libpng15 -I${LOCALBASE}/include -NO_STAGE= yes .include <bsd.port.mk> |