From 1af96c8c2c6b78b8f40edf1d06e5f4b250e412b8 Mon Sep 17 00:00:00 2001 From: makc Date: Sat, 25 Apr 2009 16:16:40 +0000 Subject: Fix linking when previous version is installed. Bump PORTREVISION for dependent ports. PR: ports/133826 Submitted by: Alberto Villa (maintainer) --- multimedia/mlt/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'multimedia/mlt/Makefile') diff --git a/multimedia/mlt/Makefile b/multimedia/mlt/Makefile index e3f9ca5f1cb3..1e82923b5c6e 100644 --- a/multimedia/mlt/Makefile +++ b/multimedia/mlt/Makefile @@ -6,6 +6,7 @@ PORTNAME= mlt PORTVERSION= 0.3.6 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= SFE @@ -14,7 +15,6 @@ COMMENT= A multimedia framework and video playout server for TV broadcasting USE_GNOME= libxml2 gnomehack USE_QT_VER= 4 -QT_COMPONENTS= #will be defined later USE_SDL= image HAS_CONFIGURE= yes CONFIGURE_ARGS= --disable-debug \ @@ -23,7 +23,6 @@ CONFIGURE_ARGS= --disable-debug \ --enable-westley USE_GMAKE= yes CFLAGS+= -I${LOCALBASE}/include -MAKE_ENV= LDFLAGS="-L${LOCALBASE}/lib" USE_LDCONFIG= yes PORTDOCS= AUTHORS ChangeLog COPYING \ -- cgit