diff options
author | minskim <minskim@pkgsrc.org> | 2004-04-24 20:31:53 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-04-24 20:31:53 +0000 |
commit | e01f7cbecfd26e780faf53a7cf59be98ea4cf138 (patch) | |
tree | 1209088b93ecc719b7d6a0d5ffb3d1a118b53dec | |
parent | d9457db17d7c4ff2824e70cf58d94622d7ae841d (diff) | |
download | pkgsrc-e01f7cbecfd26e780faf53a7cf59be98ea4cf138.tar.gz |
Enable pkgviews installation.
-rw-r--r-- | x11/xcursor/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/xcursor/Makefile b/x11/xcursor/Makefile index 9fc6fddb360..fe9ee390b59 100644 --- a/x11/xcursor/Makefile +++ b/x11/xcursor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/02/16 22:52:31 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2004/04/24 20:31:53 minskim Exp $ # DISTNAME= libXcursor-1.1.1 @@ -12,6 +12,8 @@ MAINTAINER= xtraeme@NetBSD.org HOMEPAGE= http://www.freedesktop.org/Software/xlibs COMMENT= Client-side cursor loading library for X +PKG_INSTALLATION_TYPES= overwrite pkgviews + USE_X11= yes USE_BUILDLINK3= yes USE_PKGLOCALEDIR= yes |