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 | ba22c1d0fffeb980c09f9727ebf82c2420f35412 (patch) | |
tree | 9c127d19b4ad6a0daef0d8397f6770c1b5122ebd /devel | |
parent | 0d04b839d2e34af0d62dec0b35f6c032dabcf7b7 (diff) | |
download | pkgsrc-ba22c1d0fffeb980c09f9727ebf82c2420f35412.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pango/Makefile | 4 |
1 files changed, 3 insertions, 1 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 |