diff options
author | marcus <marcus@FreeBSD.org> | 2004-01-10 02:54:54 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-01-10 02:54:54 +0800 |
commit | 380dfe6e3981c585b044ada1b80a83e9ea700b9e (patch) | |
tree | a3a9f878862d53476ad9afd2ac7af82b2705e708 /graphics | |
parent | ee4c85325de1779641fd9de136318b9f5f650c03 (diff) | |
download | freebsd-ports-gnome-380dfe6e3981c585b044ada1b80a83e9ea700b9e.tar.gz freebsd-ports-gnome-380dfe6e3981c585b044ada1b80a83e9ea700b9e.tar.zst freebsd-ports-gnome-380dfe6e3981c585b044ada1b80a83e9ea700b9e.zip |
An explicit BUILD_DEPENDS on intltool is needed to build gimp-devel in the
non-GNOME case.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp-app-devel/Makefile | 1 | ||||
-rw-r--r-- | graphics/gimp-app/Makefile | 1 | ||||
-rw-r--r-- | graphics/gimp-devel/Makefile | 1 | ||||
-rw-r--r-- | graphics/gimp/Makefile | 1 | ||||
-rw-r--r-- | graphics/gimpshop/Makefile | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/graphics/gimp-app-devel/Makefile b/graphics/gimp-app-devel/Makefile index 529d73084ca2..c24efacd50b3 100644 --- a/graphics/gimp-app-devel/Makefile +++ b/graphics/gimp-app-devel/Makefile @@ -19,6 +19,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.pre/pre/} MAINTAINER= gnome@FreeBSD.org COMMENT= A GNU Image Manipulation Program (unstable development version) +BUILD_DEPENDS= intltool-extract:${PORTSDIR}/textproc/intltool LIB_DEPENDS= aa.1:${PORTSDIR}/graphics/aalib \ exif.10:${PORTSDIR}/graphics/libexif \ jpeg.9:${PORTSDIR}/graphics/jpeg \ diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index 529d73084ca2..c24efacd50b3 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -19,6 +19,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.pre/pre/} MAINTAINER= gnome@FreeBSD.org COMMENT= A GNU Image Manipulation Program (unstable development version) +BUILD_DEPENDS= intltool-extract:${PORTSDIR}/textproc/intltool LIB_DEPENDS= aa.1:${PORTSDIR}/graphics/aalib \ exif.10:${PORTSDIR}/graphics/libexif \ jpeg.9:${PORTSDIR}/graphics/jpeg \ diff --git a/graphics/gimp-devel/Makefile b/graphics/gimp-devel/Makefile index 529d73084ca2..c24efacd50b3 100644 --- a/graphics/gimp-devel/Makefile +++ b/graphics/gimp-devel/Makefile @@ -19,6 +19,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.pre/pre/} MAINTAINER= gnome@FreeBSD.org COMMENT= A GNU Image Manipulation Program (unstable development version) +BUILD_DEPENDS= intltool-extract:${PORTSDIR}/textproc/intltool LIB_DEPENDS= aa.1:${PORTSDIR}/graphics/aalib \ exif.10:${PORTSDIR}/graphics/libexif \ jpeg.9:${PORTSDIR}/graphics/jpeg \ diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 529d73084ca2..c24efacd50b3 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -19,6 +19,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.pre/pre/} MAINTAINER= gnome@FreeBSD.org COMMENT= A GNU Image Manipulation Program (unstable development version) +BUILD_DEPENDS= intltool-extract:${PORTSDIR}/textproc/intltool LIB_DEPENDS= aa.1:${PORTSDIR}/graphics/aalib \ exif.10:${PORTSDIR}/graphics/libexif \ jpeg.9:${PORTSDIR}/graphics/jpeg \ diff --git a/graphics/gimpshop/Makefile b/graphics/gimpshop/Makefile index 529d73084ca2..c24efacd50b3 100644 --- a/graphics/gimpshop/Makefile +++ b/graphics/gimpshop/Makefile @@ -19,6 +19,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.pre/pre/} MAINTAINER= gnome@FreeBSD.org COMMENT= A GNU Image Manipulation Program (unstable development version) +BUILD_DEPENDS= intltool-extract:${PORTSDIR}/textproc/intltool LIB_DEPENDS= aa.1:${PORTSDIR}/graphics/aalib \ exif.10:${PORTSDIR}/graphics/libexif \ jpeg.9:${PORTSDIR}/graphics/jpeg \ |