1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

- Depend on gdkpixbuf2 rather than on gdkpixbuf.

- Bump PORTREVISION.

PR:		ports/158390
Submitted by:	Vladimir Kushnir <vkushnir@bigmir.net>
This commit is contained in:
Alberto Villa 2011-06-28 13:09:39 +00:00
parent 2e06bbf395
commit 253db964bb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=276566

View File

@ -6,7 +6,7 @@
PORTNAME= mlt
PORTVERSION= 0.6.2
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= multimedia
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}
@ -100,7 +100,7 @@ PLIST_SUB+= FREI0R="@comment "
.ifndef(WITHOUT_GTK2)
LIB_DEPENDS+= exif.12:${PORTSDIR}/graphics/libexif
USE_GNOME+= gdkpixbuf gtk20 pango
USE_GNOME+= gdkpixbuf2 gtk20 pango
CONFIGURE_ARGS+= --enable-gtk2
PLIST_SUB+= GTK2=""
.else