diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2008-12-02 17:26:56 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2008-12-02 17:26:56 +0000 |
commit | a60b10ca133336552b80cfa0664ea9b8e053faf6 (patch) | |
tree | 3676d8cba66264e2541af56e2c7d86afc082ef64 /graphics/gimp-app | |
parent | 7dfa90041b384fd3d86b6f1c8d5dcd3c2f24cf5e (diff) |
Notes
Diffstat (limited to 'graphics/gimp-app')
-rw-r--r-- | graphics/gimp-app/Makefile | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index b5b731aeb8f9..c8040d09e13e 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -8,7 +8,7 @@ PORTNAME= gimp-app DISTVERSION= 2.6.1 -PORTREVISION?= 2 +PORTREVISION?= 3 PORTEPOCH?= 1 CATEGORIES?= graphics gnome MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ @@ -24,6 +24,7 @@ DISTNAME= gimp-${DISTVERSION} MAINTAINER= gnome@FreeBSD.org COMMENT= A GNU Image Manipulation Program +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes LIB_DEPENDS= exif.12:${PORTSDIR}/graphics/libexif \ wmf.2:${PORTSDIR}/graphics/libwmf \ poppler-glib.3:${PORTSDIR}/graphics/poppler-gtk \ @@ -34,6 +35,7 @@ LIB_DEPENDS= exif.12:${PORTSDIR}/graphics/libexif \ tiff.4:${PORTSDIR}/graphics/tiff \ lcms.1:${PORTSDIR}/graphics/lcms \ gegl-0.0.20:${PORTSDIR}/graphics/gegl +RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes CONFLICTS= gimp-app-devel-[0-9]* @@ -47,14 +49,14 @@ USE_GNOME+= gnomehack intltool intlhack gtk20 libartlgpl2 ltverhack \ USE_LDCONFIG= yes INSTALLS_ICONS= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore -CONFIGURE_ARGS?=--disable-perl \ - --with-html-dir=${PREFIX}/share/doc/gimp \ +CONFIGURE_ARGS?=--with-html-dir=${PREFIX}/share/doc/gimp \ --disable-gtk-doc \ --without-print \ --disable-python \ --with-desktop-dir=${PREFIX}/share \ --docdir=${PREFIX}/share/doc/gimp \ - --enable-default-binary + --enable-default-binary \ + --disable-gvfs CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ GIMP_THREAD_LIBS=${PTHREAD_LIBS} @@ -133,6 +135,9 @@ CONFIGURE_ARGS+= --without-dbus .if defined(WITH_GNOMEVFS) || ${HAVE_GNOME:Mgnomevfs2}!="" LIB_DEPENDS+= gnome-keyring.0:${PORTSDIR}/security/gnome-keyring USE_GNOME+= gnomevfs2 +. if ${HAVE_GNOME:Mlibgnomeui}!="" +USE_GNOME+= libgnomeui +. endif .endif .endif |