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 | 25d1dbd203a446579cf803ef040f7e0488c3ff80 (patch) | |
tree | 1209088b93ecc719b7d6a0d5ffb3d1a118b53dec /x11/xcursor | |
parent | 10f3c409e8ced096fb428cc8a371e41a993e8365 (diff) | |
download | pkgsrc-25d1dbd203a446579cf803ef040f7e0488c3ff80.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'x11/xcursor')
-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 |