diff options
Diffstat (limited to 'x11/xf86-video-mga/Makefile')
-rw-r--r-- | x11/xf86-video-mga/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/xf86-video-mga/Makefile b/x11/xf86-video-mga/Makefile index 92dd89788cf..79fc8f316be 100644 --- a/x11/xf86-video-mga/Makefile +++ b/x11/xf86-video-mga/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2010/09/14 11:03:14 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2012/06/15 23:06:06 dholland Exp $ # DISTNAME= xf86-video-mga-1.4.11 @@ -11,13 +11,13 @@ MAINTAINER= joerg@NetBSD.org HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= Modular Xorg Matrox video driver -PKG_DESTDIR_SUPPORT= user-destdir +PKG_DESTDIR_SUPPORT= user-destdir CONFIGURE_ARGS+= --enable-dri -USE_LIBTOOL= yes -GNU_CONFIGURE= yes -USE_TOOLS+= pkg-config +USE_LIBTOOL= yes +GNU_CONFIGURE= yes +USE_TOOLS+= pkg-config .include "../../graphics/MesaLib/buildlink3.mk" .include "../../x11/modular-xorg-server/buildlink3.mk" |