diff options
author | rh <rh@pkgsrc.org> | 2004-04-03 21:19:53 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2004-04-03 21:19:53 +0000 |
commit | b3af37aa640b8d2c4cc1283dc921192e30c1999e (patch) | |
tree | 7c8a72b2849459817522f51b72aff3132d47f18a /multimedia | |
parent | b33a7a3b521d307f174bab83c8f4b9b174b65ff4 (diff) | |
download | pkgsrc-b3af37aa640b8d2c4cc1283dc921192e30c1999e.tar.gz |
We need a png pkgconfig file, so require at least png-1.2.5nb3.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gst-plugins/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/gst-plugins/Makefile b/multimedia/gst-plugins/Makefile index 69fb0021e9d..9803a2bad09 100644 --- a/multimedia/gst-plugins/Makefile +++ b/multimedia/gst-plugins/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/04/01 19:06:38 jmmv Exp $ +# $NetBSD: Makefile,v 1.15 2004/04/03 21:19:53 rh Exp $ # DISTNAME= gst-plugins-0.8.0 @@ -11,6 +11,7 @@ HOMEPAGE= http://www.gstreamer.net/ COMMENT= gstreamer plugins BUILD_DEPENDS+= nasm>=0.98:../../devel/nasm +BUILDLINK_DEPENDS.png+=png>=1.2.5nb3 # requires libpng12.pc in 1.2.5nb3+ USE_BUILDLINK3= yes USE_PKGLOCALEDIR= yes |