diff options
author | joerg <joerg> | 2005-12-07 15:02:31 +0000 |
---|---|---|
committer | joerg <joerg> | 2005-12-07 15:02:31 +0000 |
commit | e3b585e62453130ef1ec39d86fc13484457da133 (patch) | |
tree | 0e62a4ee84f342758b634f687f673f707ee213c2 /audio | |
parent | f91da4db66bd9ef38b177acc5cf549498f1e9c17 (diff) | |
download | pkgsrc-e3b585e62453130ef1ec39d86fc13484457da133.tar.gz |
Remove explicit check for Xv, it breaks X11 from pkgsrc for the sake
of XFree 3 compat.
Diffstat (limited to 'audio')
-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 |