diff options
| author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-11-28 00:09:51 +0000 |
|---|---|---|
| committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-11-28 00:09:51 +0000 |
| commit | ee7adffbe0d59aa403105a879d4beea5aa4bc050 (patch) | |
| tree | 0545209ebcf6696ce2b305d590e8ace4e9886b17 /multimedia/ogmtools | |
| parent | Use MASTER_SITE_LOCAL in preference to the other MASTER_SITE because (diff) | |
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 dc82ee0a95e3..7509dcdf906b 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} \ |
