summaryrefslogtreecommitdiff
path: root/multimedia/avidemux/Makefile
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-04-04 01:38:40 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-04-04 01:38:40 +0000
commit28d8313f6485bc4c6e6a6b98a560e30ab995a334 (patch)
tree74fcde742af39cfd5757873456c51e0fc0553e9a /multimedia/avidemux/Makefile
parento Repo copy move special case. Background and methodology follows: (diff)
After repo copy from graphics category to newly create multimedia
one, update all appropriate references: *_DEPENDS, CATEGORIES Repo copied by: cvs (joe) Approved by: portmgr (self & no objections)
Notes
Notes: svn path=/head/; revision=78074
Diffstat (limited to 'multimedia/avidemux/Makefile')
-rw-r--r--multimedia/avidemux/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/avidemux/Makefile b/multimedia/avidemux/Makefile
index 4bb3300957d1..93104ea43ec7 100644
--- a/multimedia/avidemux/Makefile
+++ b/multimedia/avidemux/Makefile
@@ -7,7 +7,7 @@
PORTNAME= avidemux
PORTVERSION= 0.9.0.101
-CATEGORIES= graphics multimedia
+CATEGORIES= multimedia
MASTER_SITES= http://fixounet.free.fr/avidemux/
DISTNAME= avidemux-0.9rc1
EXTRACT_SUFX= .tgz
@@ -43,7 +43,7 @@ WITH_XVID= yes
.endif
.if defined(WITH_XVID)
-LIB_DEPENDS+= xvidcore.0:${PORTSDIR}/graphics/xvid
+LIB_DEPENDS+= xvidcore.0:${PORTSDIR}/multimedia/xvid
CONFIGURE_ARGS+= --with-xvid-as-decoder
.endif