diff options
author | minskim <minskim> | 2004-04-24 16:32:48 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-04-24 16:32:48 +0000 |
commit | 0f54dd116966fbece81a7bfdeebe1445a3fe3b60 (patch) | |
tree | d1eb54456390ee6f58cf0172b2f169160e55c277 /x11 | |
parent | 35188bb12d2765329f35d9cbbce69638830919d0 (diff) | |
download | pkgsrc-0f54dd116966fbece81a7bfdeebe1445a3fe3b60.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/randrext/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/randrext/Makefile b/x11/randrext/Makefile index e73629b7261..2134120a05c 100644 --- a/x11/randrext/Makefile +++ b/x11/randrext/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/04/24 11:56:00 grant Exp $ +# $NetBSD: Makefile,v 1.6 2004/04/24 16:32:48 minskim Exp $ DISTNAME= randrext-1.0 CATEGORIES= x11 devel @@ -9,6 +9,8 @@ MAINTAINER= xtraeme@NetBSD.org HOMEPAGE= http://freedesktop.org/ COMMENT= X RandR extension (Headers and documentation files) +PKG_INSTALLATION_TYPES= overwrite pkgviews + USE_BUILDLINK3= yes GNU_CONFIGURE= yes |