Sun Jan 4 09:38:30 2015 UTC ()
Use PKG_SKIP_REASON for unsupported OSes.


(dholland)
diff -r1.7 -r1.8 pkgsrc/multimedia/libvdpau/Makefile

cvs diff -r1.7 -r1.8 pkgsrc/multimedia/libvdpau/Makefile (expand / switch to context diff)
--- pkgsrc/multimedia/libvdpau/Makefile 2013/04/06 19:42:42 1.7
+++ pkgsrc/multimedia/libvdpau/Makefile 2015/01/04 09:38:29 1.8
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2013/04/06 19:42:42 rodent Exp $
+# $NetBSD: Makefile,v 1.8 2015/01/04 09:38:29 dholland Exp $
 #
 
 DISTNAME=	libvdpau-0.5
@@ -34,7 +34,7 @@
 
 .include "available.mk"
 .if ${VDPAU_AVAILABLE} == no
-PKG_FAIL_REASON=	"VDPAU is not available on this platform"
+PKG_SKIP_REASON=	"VDPAU is not available on this platform"
 .endif
 
 .include "../../x11/libX11/buildlink3.mk"