diff options
author | salo <salo@pkgsrc.org> | 2002-12-01 14:37:12 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2002-12-01 14:37:12 +0000 |
commit | ba854aa5c12a5f1cb213ccb1087cc5f7ec001f4a (patch) | |
tree | bfc7504df26208503e25bdc50c066e755f222c54 /ham/tnt/Makefile | |
parent | 21e918f79f26f036a6918485c978c6dc10f78d1f (diff) | |
download | pkgsrc-ba854aa5c12a5f1cb213ccb1087cc5f7ec001f4a.tar.gz |
USE_PKGLOCALEDIR.
Diffstat (limited to 'ham/tnt/Makefile')
-rw-r--r-- | ham/tnt/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/ham/tnt/Makefile b/ham/tnt/Makefile index daba4c53433..690aad857e6 100644 --- a/ham/tnt/Makefile +++ b/ham/tnt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2002/02/18 15:14:21 seb Exp $ +# $NetBSD: Makefile,v 1.10 2002/12/01 14:37:12 salo Exp $ # DISTNAME= tnt-1.9.1 @@ -12,8 +12,10 @@ COMMENT= Amateur packet radio terminal program for TNC2, AEA PK232 and PK88 DEPENDS+= dialog-0.6z:../../misc/dialog -USE_GMAKE= yes -GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_BUILDLINK2= yes +USE_PKGLOCALEDIR= yes +GNU_CONFIGURE= yes INFO_FILES= tntdoc.info |