diff options
author | skrll <skrll@pkgsrc.org> | 2002-03-18 20:08:25 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2002-03-18 20:08:25 +0000 |
commit | 2da71bb02781d4266738f2f0a5b91a0cd5f1f461 (patch) | |
tree | 0352c3157df20d86f49e1bd8b331ef663fdb78a9 | |
parent | 1f37ea49452e360361305e90cd9b629e8e110b3e (diff) | |
download | pkgsrc-2da71bb02781d4266738f2f0a5b91a0cd5f1f461.tar.gz |
Remove unnecessary BUILD_DEPENDS on automake.
-rw-r--r-- | graphics/ogle/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/ogle/Makefile b/graphics/ogle/Makefile index 4270bdb3bb0..293edaee467 100644 --- a/graphics/ogle/Makefile +++ b/graphics/ogle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/12/26 18:22:33 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2002/03/18 20:08:25 skrll Exp $ DISTNAME= ogle-0.8.2 CATEGORIES= graphics @@ -11,7 +11,6 @@ COMMENT= DVD player with menus 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 BUILDLINK_DEPENDS.libxml2= libxml2>=2.4.5 |