diff options
author | minskim <minskim@pkgsrc.org> | 2004-04-24 16:54:34 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-04-24 16:54:34 +0000 |
commit | fd6757c7e16c80467e97a4318549ab1b59d28c1b (patch) | |
tree | 9a8be12b47ecfd4cd198b247394adc768a3a22ca /x11/fixesext | |
parent | e75aaf902f896f3166212366cb3a95a410af321c (diff) | |
download | pkgsrc-fd6757c7e16c80467e97a4318549ab1b59d28c1b.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'x11/fixesext')
-rw-r--r-- | x11/fixesext/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/fixesext/Makefile b/x11/fixesext/Makefile index 3b326fe46bf..5179e024aff 100644 --- a/x11/fixesext/Makefile +++ b/x11/fixesext/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/03/15 20:24:32 xtraeme Exp $ +# $NetBSD: Makefile,v 1.4 2004/04/24 17:20:46 minskim Exp $ # DISTNAME= fixesext-2.0 @@ -10,6 +10,8 @@ MAINTAINER= xtraeme@NetBSD.org HOMEPAGE= http://www.freedesktop.org/Software/xlibs COMMENT= X Fixes extension headers and specification +PKG_INSTALLATION_TYPES= overwrite pkgviews + USE_X11= yes USE_BUILDLINK3= yes GNU_CONFIGURE= yes |