diff options
author | minskim <minskim@pkgsrc.org> | 2004-06-28 19:23:53 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-06-28 19:23:53 +0000 |
commit | 2962a1f334d0a8382a8cacc7a35d2ad771345bc0 (patch) | |
tree | e286adc5b0ac0964553564f1851d8a2c8c2e98c0 /databases/abook | |
parent | b37eced7023023532c8cbbf1cfaebc001e006352 (diff) | |
download | pkgsrc-2962a1f334d0a8382a8cacc7a35d2ad771345bc0.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'databases/abook')
-rw-r--r-- | databases/abook/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/abook/Makefile b/databases/abook/Makefile index 9e62ec996a1..9d4c2b10df7 100644 --- a/databases/abook/Makefile +++ b/databases/abook/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/06/28 19:22:38 minskim Exp $ +# $NetBSD: Makefile,v 1.8 2004/06/28 19:23:53 minskim Exp $ # DISTNAME= abook-0.5.2 @@ -9,6 +9,8 @@ MAINTAINER= vincent.derrien@ahoup.net HOMEPAGE= http://abook.sourceforge.net/ COMMENT= Text-based addressbook program +PKG_INSTALLATION_TYPES= overwrite pkgviews + USE_BUILDLINK3= yes USE_GNU_READLINE= yes GNU_CONFIGURE= yes |