diff options
Diffstat (limited to 'x11/xvattr/Makefile')
-rw-r--r-- | x11/xvattr/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/x11/xvattr/Makefile b/x11/xvattr/Makefile index 3ec641f7cdf..7b67de3fba8 100644 --- a/x11/xvattr/Makefile +++ b/x11/xvattr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/09/28 20:52:28 rillig Exp $ +# $NetBSD: Makefile,v 1.14 2005/12/04 00:58:22 joerg Exp $ DISTNAME= xvattr-1.3 PKGREVISION= 3 @@ -10,12 +10,10 @@ HOMEPAGE= http://www.dtek.chalmers.se/groups/dvd/ COMMENT= Modify Xv attributes GNU_CONFIGURE= yes +USE_X11BASE= yes +USE_TOOLS+= pod2man .include "../../mk/bsd.prefs.mk" -.if !exists(${X11BASE}/include/X11/extensions/Xvlib.h) -PKG_FAIL_REASON= "${PKGNAME} requires libXv.a" -.endif - .include "../../x11/gtk/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |