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/tkxanim | |
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/tkxanim')
-rw-r--r-- | multimedia/tkxanim/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/tkxanim/Makefile b/multimedia/tkxanim/Makefile index 5cd195b..1cf46fc 100644 --- a/multimedia/tkxanim/Makefile +++ b/multimedia/tkxanim/Makefile @@ -7,14 +7,14 @@ PORTNAME= tkxanim PORTVERSION= 0.43 -CATEGORIES= graphics tk82 +CATEGORIES= multimedia tk82 MASTER_SITES= http://members.yourlink.net/aaron/software/linux/ MAINTAINER= jedgar@fxp.org COMMENT= Tcl/Tk frontend to xanim RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 \ - xanim:${PORTSDIR}/graphics/xanim + xanim:${PORTSDIR}/multimedia/xanim WRKSRC= ${WRKDIR}/Tkxanim |