diff options
author | lioux <lioux@FreeBSD.org> | 2002-11-28 00:09:51 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-11-28 00:09:51 +0000 |
commit | 9beb2b02c53e1d3a130f4302e30c72db8713dc9b (patch) | |
tree | 5018c57420d35fe072b2d8a731cb7c80c278dfbb /multimedia/ogmtools | |
parent | fac5c20b31045a19fe50b5ac12d616c4874e041e (diff) | |
download | FreeBSD-ports-9beb2b02c53e1d3a130f4302e30c72db8713dc9b.zip FreeBSD-ports-9beb2b02c53e1d3a130f4302e30c72db8713dc9b.tar.gz |
After repo copy from graphics category, update all appropriate
references from graphics to multimedia category
Repo copied by: joe (cvs hat)
Approved by: knu (portmgr hat)
Diffstat (limited to 'multimedia/ogmtools')
-rw-r--r-- | multimedia/ogmtools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/ogmtools/Makefile b/multimedia/ogmtools/Makefile index dc82ee0..7509dcd 100644 --- a/multimedia/ogmtools/Makefile +++ b/multimedia/ogmtools/Makefile @@ -8,7 +8,7 @@ PORTNAME= ogmtools PORTVERSION= 0.9.60 PORTREVISION= 1 -CATEGORIES= graphics audio +CATEGORIES= multimedia audio MASTER_SITES= http://www.bunkus.org/videotools/ogmtools/ DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(.{2})$/\1/} @@ -45,7 +45,7 @@ WITH_DVDREAD=yes .endif .ifdef(WITH_DVDREAD) -LIB_DEPENDS+= dvdread.2:${PORTSDIR}/graphics/libdvdread +LIB_DEPENDS+= dvdread.2:${PORTSDIR}/multimedia/libdvdread CONFIGURE_ARGS+= --with-dvdread \ --with-dvdread-includes=${LOCALBASE} \ |