diff options
Diffstat (limited to 'graphics/gimp')
-rw-r--r-- | graphics/gimp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 2b0f76878b0a..e7bf43e18972 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -7,6 +7,7 @@ PORTNAME= gimp PORTVERSION= 1.3.23 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= graphics gnome MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ @@ -22,7 +23,8 @@ LIB_DEPENDS= aa.1:${PORTSDIR}/graphics/aalib \ jpeg.9:${PORTSDIR}/graphics/jpeg \ mng.1:${PORTSDIR}/graphics/libmng \ png.5:${PORTSDIR}/graphics/png \ - tiff.4:${PORTSDIR}/graphics/tiff + tiff.4:${PORTSDIR}/graphics/tiff \ + wmf.2:${PORTSDIR}/graphics/libwmf SHLIBVER?= 2 |