diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2014-04-04 20:36:47 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2014-04-04 20:36:47 +0000 |
commit | 3febe31ec588e7957ef6054194685debcc4aaf4c (patch) | |
tree | 5fa6aa25ee7f38cf5d348b33f657b5c0a8e0b2a9 /graphics/gegl | |
parent | 1679adb20541fcf339789c36dbfb859dd734b955 (diff) |
Notes
Diffstat (limited to 'graphics/gegl')
-rw-r--r-- | graphics/gegl/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile index f2434bae5ec0..c166106f9f96 100644 --- a/graphics/gegl/Makefile +++ b/graphics/gegl/Makefile @@ -1,9 +1,9 @@ -# Created by: gahr +# Created by: Pietro Cerutti <gahr@FreeBSD.org> # $FreeBSD$ PORTNAME= gegl PORTVERSION= 0.2.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics MASTER_SITES= ftp://ftp.gimp.org/pub/gegl/0.2/ @@ -21,14 +21,13 @@ ENSCRIPT_DESC= Enscript support SPIRO_DESC= Spiro support #UMFPACK_DESC= UMFpack support +USES= gettext gmake pathfix pkgconfig shebangfix tar:bzip2 USE_GNOME= glib20 intltool -USES= gettext pathfix pkgconfig shebangfix -USE_BZIP2= yes -USE_GMAKE= yes USE_LDCONFIG= ${PREFIX}/lib/gegl-0.2 GNU_CONFIGURE= yes -CONFIGURE_ENV+= ac_cv_header_execinfo_h=no -CONFIGURE_ARGS+=--without-vala --disable-docs +CONFIGURE_ENV= ac_cv_header_execinfo_h=no +CONFIGURE_ARGS= --without-vala --disable-docs + CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lintl |