diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-04-04 01:38:40 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-04-04 01:38:40 +0000 |
commit | 28d8313f6485bc4c6e6a6b98a560e30ab995a334 (patch) | |
tree | 74fcde742af39cfd5757873456c51e0fc0553e9a /multimedia/gxanim | |
parent | f09bedf830ca743e16d4de097ec5951c69afc576 (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/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} |