diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ogle/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/ogle/Makefile b/graphics/ogle/Makefile index a5355d86599..8651220fdc1 100644 --- a/graphics/ogle/Makefile +++ b/graphics/ogle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/12/10 20:48:17 veego Exp $ +# $NetBSD: Makefile,v 1.2 2001/12/11 04:01:59 wiz Exp $ DISTNAME= ogle-0.8.2 CATEGORIES= graphics @@ -8,8 +8,8 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.dtek.chalmers.se/groups/dvd/index.html COMMENT= DVD player with menus -DEPENDS+= jpeg>=6b:../../graphics/jpeg -DEPENDS+= liba52>=0.7.1b:../../audio/liba52 +DEPENDS+= jpeg-6b:../../graphics/jpeg +DEPENDS+= liba52>=0.7.1.2:../../audio/liba52 DEPENDS+= libdvdread>=0.9.2:../../misc/libdvdread BUILD_DEPENDS+= automake>=1.4:../../devel/automake |