diff options
Diffstat (limited to 'x11/xf86-video-nsc/Makefile')
-rw-r--r-- | x11/xf86-video-nsc/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/xf86-video-nsc/Makefile b/x11/xf86-video-nsc/Makefile index 804216957a8..e2468b8caf3 100644 --- a/x11/xf86-video-nsc/Makefile +++ b/x11/xf86-video-nsc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2010/09/14 11:03:14 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2012/06/15 23:06:06 dholland Exp $ # DISTNAME= xf86-video-nsc-2.8.3 @@ -11,11 +11,11 @@ MAINTAINER= joerg@NetBSD.org HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= Modular Xorg NSC Geode video driver -PKG_DESTDIR_SUPPORT= user-destdir +PKG_DESTDIR_SUPPORT= user-destdir -USE_LIBTOOL= yes -GNU_CONFIGURE= yes -USE_TOOLS+= autoconf autoheader automake autoreconf pkg-config +USE_LIBTOOL= yes +GNU_CONFIGURE= yes +USE_TOOLS+= autoconf autoheader automake autoreconf pkg-config BUILD_DEPENDS+= xorg-util-macros>=1.2.0:../../devel/xorg-util-macros |