aboutsummaryrefslogtreecommitdiff
path: root/multimedia/avidemux2
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2003-12-05 01:32:48 +0000
committerMark Linimon <linimon@FreeBSD.org>2003-12-05 01:32:48 +0000
commit0feffd10a1fd25ddec841064557e40e05cecfde9 (patch)
tree15b0ef0b904bbcfdd90e284a2bb1b767316c8ea1 /multimedia/avidemux2
parent785636d04dfb098fef886fc89399ccc0418f8cb0 (diff)
downloadports-0feffd10a1fd25ddec841064557e40e05cecfde9.tar.gz
ports-0feffd10a1fd25ddec841064557e40e05cecfde9.zip
Notes
Diffstat (limited to 'multimedia/avidemux2')
-rw-r--r--multimedia/avidemux2/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/multimedia/avidemux2/Makefile b/multimedia/avidemux2/Makefile
index 71fdd4d305d1..6c0e11dc6250 100644
--- a/multimedia/avidemux2/Makefile
+++ b/multimedia/avidemux2/Makefile
@@ -15,19 +15,14 @@ MAINTAINER= amistry@am-productions.biz
COMMENT= Simple GUI based video editor
LIB_DEPENDS= mp3lame.0:${PORTSDIR}/audio/lame \
- mad.1:${PORTSDIR}/audio/mad \
- freetype.9:${PORTSDIR}/print/freetype2 \
- gtk-x11-2.0:${PORTSDIR}/x11-toolkits/gtk20 \
- xml2.5:${PORTSDIR}/textproc/libxml2
+ mad.1:${PORTSDIR}/audio/mad
BUILD_DEPENDS= \
${X11BASE}/include/X11/extensions/Xvlib.h:${PORTSDIR}/graphics/xv
USE_REINPLACE= yes
USE_X_PREFIX= yes
USE_LIBTOOL= yes
-USE_GNOMENG= yes
USE_GNOME= gnomeprefix gnomehack gtk20
-USE_GLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include \
-I${LOCALBASE}/include/ffmpeg \
@@ -39,6 +34,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include \
CONFIGURE_ARGS= --disable-warnings
USE_GMAKE= yes
+.include <bsd.port.pre.mk>
+
.if exists(${LOCALBASE}/bin/mpeg2enc)
WITH_MPEGENC= yes
.endif
@@ -51,8 +48,6 @@ WITH_A52= yes
WITH_XVID= yes
.endif
-.include <bsd.port.pre.mk>
-
.if defined(WITH_MPEGENC)
RUN_DEPENDS+= mpeg2enc:${PORTSDIR}/multimedia/mjpegtools
.endif