diff options
author | minskim <minskim@pkgsrc.org> | 2004-08-02 21:32:12 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-08-02 21:32:12 +0000 |
commit | 12ce7f047daeab3a23235aeaa87f97e20fbcb395 (patch) | |
tree | a44d3036a3338abfb1a01ac6b002473c1b08c19b /ham/tnt | |
parent | 673d3241778fe642efb3506ff90ba19575befd66 (diff) | |
download | pkgsrc-12ce7f047daeab3a23235aeaa87f97e20fbcb395.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'ham/tnt')
-rw-r--r-- | ham/tnt/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ham/tnt/Makefile b/ham/tnt/Makefile index 8a996408a3e..6e137707091 100644 --- a/ham/tnt/Makefile +++ b/ham/tnt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2004/08/02 21:22:52 minskim Exp $ +# $NetBSD: Makefile,v 1.18 2004/08/02 21:32:12 minskim Exp $ # DISTNAME= tnt-1.9.1 @@ -13,6 +13,8 @@ COMMENT= Amateur packet radio terminal program for TNC2, AEA PK232 and PK88 DEPENDS+= dialog>=0.6z:../../misc/dialog +PKG_INSTALLATION_TYPES= overwrite pkgviews + USE_GNU_TOOLS+= make USE_BUILDLINK3= yes USE_PKGLOCALEDIR= yes |