diff options
-rw-r--r-- | editors/mp/Makefile | 8 | ||||
-rw-r--r-- | editors/mp/distinfo | 5 |
2 files changed, 8 insertions, 5 deletions
diff --git a/editors/mp/Makefile b/editors/mp/Makefile index 11fe32132d4f..f7940c1c350a 100644 --- a/editors/mp/Makefile +++ b/editors/mp/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mp -PORTVERSION= 5.2.10 +DISTVERSION= 5.2.11 CATEGORIES= editors MASTER_SITES= http://triptico.com/download/mp/ @@ -31,8 +31,10 @@ OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_WITH= gettext -GTK2_USE= gnome=gtk20 -GTK3_USE= gnome=gtk30 +GTK2_USE= gnome=cairo,gdkpixbuf2,gtk20 +GTK2_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 +GTK3_USE= gnome=cairo,gdkpixbuf2,gtk30 PCRE_LIB_DEPENDS= libpcre.so:devel/pcre PCRE_CONFIGURE_WITH= pcre QT4_USE= qt4=corelib,gui,moc_build diff --git a/editors/mp/distinfo b/editors/mp/distinfo index 16a432ed40a8..ae615f6dc945 100644 --- a/editors/mp/distinfo +++ b/editors/mp/distinfo @@ -1,2 +1,3 @@ -SHA256 (mp-5.2.10.tar.gz) = f3ce1831d2cfb42a8540d197a9fdad163ecd17883a57cd798a2f30bfe791ddc1 -SIZE (mp-5.2.10.tar.gz) = 504306 +TIMESTAMP = 1518412913 +SHA256 (mp-5.2.11.tar.gz) = 7108ac2cc8b475a53246c12f4c2ec170e8af49a9358128a6be6015f44e979f79 +SIZE (mp-5.2.11.tar.gz) = 509994 |