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 | b29aa8488412a719451e632d80595ab336d58775 (diff) |
Notes
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} \ |