diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-12-17 21:43:26 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-12-17 21:43:26 +0000 |
commit | 38064a65f17642eba465282df1f081401e77e179 (patch) | |
tree | 6cebc0b0592608ce6fa7fe211e4dc3ca3136bd73 /graphics/gimp | |
parent | 0a591e3ee943e87a2227438b4ae2cf89ef2aac5c (diff) |
Add a missing dependency on libwmf.
Reported by: Sergey Akifyev <asa@gascom.ru>
Notes
Notes:
svn path=/head/; revision=96120
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 |