diff options
author | minskim <minskim@pkgsrc.org> | 2004-04-24 17:39:01 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-04-24 17:39:01 +0000 |
commit | 07ed1d69786bdc820ca69436dffaf3b7b877fdd6 (patch) | |
tree | 9c127d19b4ad6a0daef0d8397f6770c1b5122ebd | |
parent | f79fdc0d2b71c053ed6422423f1df8beaea8d8ed (diff) | |
download | pkgsrc-07ed1d69786bdc820ca69436dffaf3b7b877fdd6.tar.gz |
Enable pkgviews installation.
-rw-r--r-- | devel/pango/Makefile | 4 | ||||
-rw-r--r-- | fonts/Xft2/Makefile | 4 | ||||
-rw-r--r-- | x11/Xfixes/Makefile | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/devel/pango/Makefile b/devel/pango/Makefile index 08e2f4e9fc5..fcf3afbfcae 100644 --- a/devel/pango/Makefile +++ b/devel/pango/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2004/04/14 01:00:38 snj Exp $ +# $NetBSD: Makefile,v 1.42 2004/04/24 17:48:41 minskim Exp $ # DISTNAME= pango-1.4.0 @@ -12,6 +12,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.pango.org/ COMMENT= Library for layout and rendering of text +PKG_INSTALLATION_TYPES= overwrite pkgviews + USE_BUILDLINK3= yes USE_PKGINSTALL= yes USE_GNU_TOOLS+= make diff --git a/fonts/Xft2/Makefile b/fonts/Xft2/Makefile index 654993de7e7..252afe1c3d0 100644 --- a/fonts/Xft2/Makefile +++ b/fonts/Xft2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2004/02/16 21:05:57 jlam Exp $ +# $NetBSD: Makefile,v 1.29 2004/04/24 17:39:17 minskim Exp $ DISTNAME= xft-2.1.2 PKGNAME= Xft2-2.1.2 @@ -10,6 +10,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://fontconfig.org/ COMMENT= Library for configuring and customizing font access +PKG_INSTALLATION_TYPES= overwrite pkgviews + GNU_CONFIGURE= YES USE_BUILDLINK3= YES USE_LIBTOOL= YES 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 |