diff options
author | lioux <lioux@FreeBSD.org> | 2003-04-04 09:38:40 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2003-04-04 09:38:40 +0800 |
commit | 16b87441a0a3abebd49ab511844d07850b4161b9 (patch) | |
tree | 8b945718fa9d69adceff7d09f298b1d364c47934 /multimedia/gxanim | |
parent | 4e969d56d2cc8e04891fa7b15f249e072133eb97 (diff) | |
download | freebsd-ports-gnome-16b87441a0a3abebd49ab511844d07850b4161b9.tar.gz freebsd-ports-gnome-16b87441a0a3abebd49ab511844d07850b4161b9.tar.zst freebsd-ports-gnome-16b87441a0a3abebd49ab511844d07850b4161b9.zip |
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/gxanim')
-rw-r--r-- | multimedia/gxanim/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/gxanim/Makefile b/multimedia/gxanim/Makefile index 5a9511397c7f..c0289618f263 100644 --- a/multimedia/gxanim/Makefile +++ b/multimedia/gxanim/Makefile @@ -7,7 +7,7 @@ PORTNAME= gxanim PORTVERSION= 0.50 -CATEGORIES= graphics +CATEGORIES= multimedia MASTER_SITES= http://www.greslin.org/code/ DISTNAME= GXAnim-${PORTVERSION} EXTRACT_SUFX= .tar.bz2 @@ -15,7 +15,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= rbt@zort.ca COMMENT= Graphical front end to Xanim -RUN_DEPENDS= xanim:${PORTSDIR}/graphics/xanim +RUN_DEPENDS= xanim:${PORTSDIR}/multimedia/xanim WRKSRC= ${WRKDIR}/gxanim-${PORTVERSION} |