diff options
author | joerg <joerg@pkgsrc.org> | 2005-12-07 15:02:31 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-12-07 15:02:31 +0000 |
commit | 03d24295919eeffc1c6578d10e45097da491e053 (patch) | |
tree | 0e62a4ee84f342758b634f687f673f707ee213c2 /audio/xmms-blursk/Makefile | |
parent | a6bc643599743ae98e60883d816858f314abd892 (diff) | |
download | pkgsrc-03d24295919eeffc1c6578d10e45097da491e053.tar.gz |
Remove explicit check for Xv, it breaks X11 from pkgsrc for the sake
of XFree 3 compat.
Diffstat (limited to 'audio/xmms-blursk/Makefile')
-rw-r--r-- | audio/xmms-blursk/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/audio/xmms-blursk/Makefile b/audio/xmms-blursk/Makefile index a17c517c647..f950bf6f980 100644 --- a/audio/xmms-blursk/Makefile +++ b/audio/xmms-blursk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/12/05 20:49:50 rillig Exp $ +# $NetBSD: Makefile,v 1.13 2005/12/07 15:02:31 joerg Exp $ DISTNAME= Blursk-1.3 PKGNAME= xmms-blursk-1.3 @@ -18,10 +18,6 @@ USE_LIBTOOL= YES .include "../../mk/bsd.prefs.mk" -.if !exists(${X11BASE}/include/X11/extensions/Xvlib.h) -PKG_FAIL_REASON+= "${PKGNAME} requires libXv.a" -.endif - post-install: ${INSTALL_DATA} ${DISTDIR}/blursk-presets ${PREFIX}/share/xmms/blursk-presets |