diff options
author | marcus <marcus@FreeBSD.org> | 2003-12-17 21:43:26 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-12-17 21:43:26 +0000 |
commit | dfaffd88a2cf127be8408fef1236c38408644d75 (patch) | |
tree | 90056c3ca2f1c3ce77cf0ef50a438a56602a77e9 /graphics/gimp-app | |
parent | 74129981851f542dfa4683cad1c6c590caa4a8f9 (diff) | |
download | FreeBSD-ports-dfaffd88a2cf127be8408fef1236c38408644d75.zip FreeBSD-ports-dfaffd88a2cf127be8408fef1236c38408644d75.tar.gz |
Add a missing dependency on libwmf.
Reported by: Sergey Akifyev <asa@gascom.ru>
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 2b0f768..e7bf43e 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/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 |