diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2012-03-14 15:24:09 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2012-03-14 15:24:09 +0000 |
commit | 969017be8ea8697a37f691e498ef46da722b9144 (patch) | |
tree | bf995e17322129feacbae457da4133792e03945e /graphics/gegl | |
parent | 7e586b585ce8d5e517df9c92eac9fe0ae798e3e0 (diff) | |
download | ports-969017be8ea8697a37f691e498ef46da722b9144.tar.gz ports-969017be8ea8697a37f691e498ef46da722b9144.zip |
Notes
Diffstat (limited to 'graphics/gegl')
-rw-r--r-- | graphics/gegl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile index e2ca288f80d1..3c1d882c1e08 100644 --- a/graphics/gegl/Makefile +++ b/graphics/gegl/Makefile @@ -40,11 +40,12 @@ NOPORTDOCS= yes USE_GNOME= gtk20 glib20 pkgconfig gnomehack USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= yes USE_LDCONFIG= ${PREFIX}/lib/gegl-0.1 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--without-vala CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -lexecinfo +LDFLAGS+= -L${LOCALBASE}/lib -lexecinfo -lintl GEGL_MINOR= 107 PLIST_SUB+= GEGL_MINOR="${GEGL_MINOR}" |