diff options
author | mycroft <mycroft@pkgsrc.org> | 2002-09-16 12:02:24 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 2002-09-16 12:02:24 +0000 |
commit | a3b9f6896ad0be33866dd815e8f3116e2a4ba2f5 (patch) | |
tree | 6e89844bcb341c038058e27a2295aad57e9c8b70 /x11 | |
parent | ccf962dd656da6fb9e4e6d0dc7b0b5565bfbe280 (diff) | |
download | pkgsrc-a3b9f6896ad0be33866dd815e8f3116e2a4ba2f5.tar.gz |
Include bsd.prefs.mk earlier, so this actually builds again.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xvattr/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/xvattr/Makefile b/x11/xvattr/Makefile index 3b189ae568b..898e3eeccc1 100644 --- a/x11/xvattr/Makefile +++ b/x11/xvattr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/08/14 02:14:16 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.3 2002/09/16 12:02:24 mycroft Exp $ DISTNAME= xvattr-1.3 CATEGORIES= x11 @@ -11,6 +11,8 @@ COMMENT= Modify Xv attributes GNU_CONFIGURE= yes USE_BUILDLINK_ONLY= YES +.include "../../mk/bsd.prefs.mk" + .if !exists(${X11BASE}/include/X11/extensions/Xvlib.h) # you need Xv which isn't there in older X installs NOT_FOR_PLATFORM= *-*-* |