diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2012-12-30 05:58:16 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2012-12-30 05:58:16 +0000 |
commit | 3cf2c2e92531dcd6d61ba4c26ed3804ad8a47113 (patch) | |
tree | 51a5c10d2ed7a5c7e2f6ca0933e27809a1db1683 /graphics | |
parent | f2fce843c01048e32848072de0b4b88c73b46317 (diff) | |
download | ports-3cf2c2e92531dcd6d61ba4c26ed3804ad8a47113.tar.gz ports-3cf2c2e92531dcd6d61ba4c26ed3804ad8a47113.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gegl/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile index 89a0f93d1153..750494dfc7fd 100644 --- a/graphics/gegl/Makefile +++ b/graphics/gegl/Makefile @@ -1,9 +1,5 @@ -# New ports collection Makefile for: gegl -# Date created: 3 October 2008 -# Whom: gahr -# +# Created by: gahr # $FreeBSD$ -# PORTNAME= gegl PORTVERSION= 0.1.8 @@ -15,8 +11,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A graph based image processing framework BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection -LIB_DEPENDS= babl-0.1:${PORTSDIR}/x11/babl \ - execinfo.1:${PORTSDIR}/devel/libexecinfo +LIB_DEPENDS= babl-0.1:${PORTSDIR}/x11/babl OPTIONS= CAIRO "Enable Cairo" on \ ENSCRIPT "Enable Enscript" on \ @@ -45,9 +40,10 @@ USE_GMAKE= yes USE_GETTEXT= yes USE_LDCONFIG= ${PREFIX}/lib/gegl-0.1 GNU_CONFIGURE= yes +CONFIGURE_ENV+= ac_cv_header_execinfo_h=no CONFIGURE_ARGS+=--without-vala CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -lexecinfo -lintl +LDFLAGS+= -L${LOCALBASE}/lib -lintl GEGL_MINOR= 107 PLIST_SUB+= GEGL_MINOR="${GEGL_MINOR}" |