diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-31 18:34:24 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-31 18:34:24 +0000 |
commit | e85190b6fb2f1ce67d49a3b2803a9a8601fc187a (patch) | |
tree | 6e6527a9fc1cefc84b4df51f18cffe6420a949e1 /graphics/gimp-app | |
parent | 5c0446aca93c5213cab3cf58acb6720f65e7ea7c (diff) | |
download | ports-e85190b6fb2f1ce67d49a3b2803a9a8601fc187a.tar.gz ports-e85190b6fb2f1ce67d49a3b2803a9a8601fc187a.zip |
Notes
Diffstat (limited to 'graphics/gimp-app')
-rw-r--r-- | graphics/gimp-app/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index f3aa4d190aa7..806f1a523f11 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -7,7 +7,7 @@ PORTNAME= gimp PORTVERSION= 1.3.17 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= graphics gnome MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ @@ -20,7 +20,9 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A GNU Image Manipulation Program (unstable development version) LIB_DEPENDS= aa.1:${PORTSDIR}/graphics/aalib \ + exif.9:${PORTSDIR}/graphics/libexif \ jpeg.9:${PORTSDIR}/graphics/jpeg \ + mng.1:${PORTSDIR}/graphics/libmng \ png.5:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff |