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 | afdf614e789b47ce47f1653fbf1a96d8e32251cd (patch) | |
tree | e286adc5b0ac0964553564f1851d8a2c8c2e98c0 /databases/abook | |
parent | 829e0a623a8431f9f0c6430f5f5ba346191230eb (diff) | |
download | pkgsrc-afdf614e789b47ce47f1653fbf1a96d8e32251cd.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 |