diff options
author | Romain Tartière <romain@FreeBSD.org> | 2012-02-27 07:54:28 +0000 |
---|---|---|
committer | Romain Tartière <romain@FreeBSD.org> | 2012-02-27 07:54:28 +0000 |
commit | 7a7f42b7e04ff842ec9836bbd025ac1981d4b5a4 (patch) | |
tree | 0e16101dcc00fdeb52718700fa31cbc8fa016517 /x11-toolkits/libgdiplus | |
parent | 9292cdb12110d3218aa2779030a3123c9394f2b4 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/libgdiplus')
-rw-r--r-- | x11-toolkits/libgdiplus/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/libgdiplus/Makefile b/x11-toolkits/libgdiplus/Makefile index eddc8a734fe6..f7c30508f9e6 100644 --- a/x11-toolkits/libgdiplus/Makefile +++ b/x11-toolkits/libgdiplus/Makefile @@ -7,6 +7,7 @@ PORTNAME= libgdiplus PORTVERSION= 2.10 +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= http://ftp.novell.com/pub/mono/sources/${PORTNAME}/ @@ -14,7 +15,7 @@ MAINTAINER= mono@FreeBSD.org COMMENT= GDI+ API for System.Windows.Forms in Mono LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ - ungif.5:${PORTSDIR}/graphics/libungif \ + gif.5:${PORTSDIR}/graphics/giflib \ png.6:${PORTSDIR}/graphics/png GNU_CONFIGURE= yes |