diff options
author | joerg <joerg> | 2005-12-04 00:58:22 +0000 |
---|---|---|
committer | joerg <joerg> | 2005-12-04 00:58:22 +0000 |
commit | c84b440a8a71cfac84a2a526d51c8cc4d1d9175e (patch) | |
tree | 3a73dddc1b4ce80eeb6afb5b88ab0b132036cc78 /x11 | |
parent | 2878adc006e8ad7f914607ac00b3dae540f03340 (diff) | |
download | pkgsrc-c84b440a8a71cfac84a2a526d51c8cc4d1d9175e.tar.gz |
Just expect X11 libraries to provide Xv, since XFree86 and Xorg
have provided Xv for ages. Also add build dependency on pod2man.
Diffstat (limited to 'x11')
-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" |