diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-04-14 23:09:46 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-04-14 23:09:46 +0000 |
commit | c26a0e62e5b87a16f7b0f72d2b82e4dc7df97391 (patch) | |
tree | c5505bf8185aabf36fa2d588c77b98979d181b06 /graphics/avifile | |
parent | 6564ffbd60eb47c2852165b945ff2ca13e57802a (diff) | |
download | pkgsrc-c26a0e62e5b87a16f7b0f72d2b82e4dc7df97391.tar.gz |
this pkg installs only a library (and headers etc.), no binary.
Make this clear in DESCR & COMMENT
Diffstat (limited to 'graphics/avifile')
-rw-r--r-- | graphics/avifile/Makefile | 4 | ||||
-rw-r--r-- | graphics/avifile/pkg/DESCR | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/graphics/avifile/Makefile b/graphics/avifile/Makefile index 6c79eb8bf12..bb5f339601f 100644 --- a/graphics/avifile/Makefile +++ b/graphics/avifile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/04/13 13:08:09 zuntum Exp $ +# $NetBSD: Makefile,v 1.3 2001/04/14 23:09:46 hubertf Exp $ DISTNAME= avifile-0.53.5 CATEGORIES= graphics @@ -8,7 +8,7 @@ MASTER_SITES= http://ernie.eit.uni-kl.de/avifile/ \ MAINTAINER= zuntum@netbsd.org,jmcneill@invisible.yi.org HOMEPAGE= http://divx.euro.ru/ -COMMENT= MPEG-4 (DivX) video player +COMMENT= MPEG-4 (DivX) video player library DEPENDS+= win32-codecs>=010122:../../graphics/win32-codecs DEPENDS+= SDL>=1.1.2:../../devel/SDL diff --git a/graphics/avifile/pkg/DESCR b/graphics/avifile/pkg/DESCR index afc3e64bb62..09ed2e9a3df 100644 --- a/graphics/avifile/pkg/DESCR +++ b/graphics/avifile/pkg/DESCR @@ -1,3 +1,3 @@ -An MPEG-4 (aka DivX) player built around the Windows binaries, -but does not need Wine. -There is also a xmps plugin you can build (manually). +An MPEG-4 (aka DivX) player library built around the Windows binaries, +that does not need Wine. There is also a xmps plugin you can build +(manually). |