diff options
author | makc <makc@FreeBSD.org> | 2009-04-26 00:16:40 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2009-04-26 00:16:40 +0800 |
commit | 1af96c8c2c6b78b8f40edf1d06e5f4b250e412b8 (patch) | |
tree | e8679545dddb316fd62e989ab10bd561266af3c6 /multimedia/mlt/Makefile | |
parent | b8ad10e8e8ea5e28abc16ce49f387954b76b8bbf (diff) | |
download | freebsd-ports-gnome-1af96c8c2c6b78b8f40edf1d06e5f4b250e412b8.tar.gz freebsd-ports-gnome-1af96c8c2c6b78b8f40edf1d06e5f4b250e412b8.tar.zst freebsd-ports-gnome-1af96c8c2c6b78b8f40edf1d06e5f4b250e412b8.zip |
Fix linking when previous version is installed.
Bump PORTREVISION for dependent ports.
PR: ports/133826
Submitted by: Alberto Villa (maintainer)
Diffstat (limited to 'multimedia/mlt/Makefile')
-rw-r--r-- | multimedia/mlt/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 \ |