diff options
author | lioux <lioux@FreeBSD.org> | 2003-04-04 01:38:40 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2003-04-04 01:38:40 +0000 |
commit | 16b87441a0a3abebd49ab511844d07850b4161b9 (patch) | |
tree | 8b945718fa9d69adceff7d09f298b1d364c47934 /multimedia/transcode | |
parent | 4e969d56d2cc8e04891fa7b15f249e072133eb97 (diff) | |
download | FreeBSD-ports-16b87441a0a3abebd49ab511844d07850b4161b9.zip FreeBSD-ports-16b87441a0a3abebd49ab511844d07850b4161b9.tar.gz |
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)
Diffstat (limited to 'multimedia/transcode')
-rw-r--r-- | multimedia/transcode/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/transcode/Makefile b/multimedia/transcode/Makefile index 5d56adf2..f49816f 100644 --- a/multimedia/transcode/Makefile +++ b/multimedia/transcode/Makefile @@ -7,7 +7,7 @@ PORTNAME= transcode PORTVERSION= 0.6.3 -CATEGORIES= graphics +CATEGORIES= multimedia MASTER_SITES= http://www.theorie.physik.uni-goettingen.de/~ostreich/transcode/pre/ MAINTAINER= hendrik@scholz.net @@ -154,7 +154,7 @@ CONFIGURE_ARGS+= --with-openqt=no .endif .if defined(WITH_FAME) -LIB_DEPENDS+= fame-0.9:${PORTSDIR}/graphics/libfame +LIB_DEPENDS+= fame-0.9:${PORTSDIR}/multimedia/libfame PLIST_SUB+= WITH_FAME="" .else PLIST_SUB+= WITH_FAME="@comment " |