diff options
author | minskim <minskim> | 2004-04-24 17:39:01 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-04-24 17:39:01 +0000 |
commit | d3444fb6c88afd7606fc2e6a2e8d631406913d17 (patch) | |
tree | 9c127d19b4ad6a0daef0d8397f6770c1b5122ebd /x11 | |
parent | d21ad14c9a28d1b1316df1b17ed4454ebc4fbe34 (diff) | |
download | pkgsrc-d3444fb6c88afd7606fc2e6a2e8d631406913d17.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Xfixes/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/Xfixes/Makefile b/x11/Xfixes/Makefile index 53291677306..27292f7aad8 100644 --- a/x11/Xfixes/Makefile +++ b/x11/Xfixes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/03/15 20:24:32 xtraeme Exp $ +# $NetBSD: Makefile,v 1.6 2004/04/24 17:39:01 minskim Exp $ # DISTNAME= libXfixes-2.0.0 @@ -11,6 +11,8 @@ MAINTAINER= xtraeme@NetBSD.org HOMEPAGE= http://freedesktop.org/ COMMENT= Xfixes extension of X RandR +PKG_INSTALLATION_TYPES= overwrite pkgviews + USE_X11= yes USE_BUILDLINK3= yes USE_LIBTOOL= yes |