diff options
author | krion <krion@FreeBSD.org> | 2004-05-24 17:06:37 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-05-24 17:06:37 +0800 |
commit | 0c341a8e297f87185fd289951428d469757961d7 (patch) | |
tree | bafe23b4738d60b3df5252588dc8c132e19c2c5e /net-mgmt/ehnt/Makefile | |
parent | 062621dc0faf2be08969bd90dfdd753486dca67b (diff) | |
download | freebsd-ports-gnome-0c341a8e297f87185fd289951428d469757961d7.tar.gz freebsd-ports-gnome-0c341a8e297f87185fd289951428d469757961d7.tar.zst freebsd-ports-gnome-0c341a8e297f87185fd289951428d469757961d7.zip |
- turn off interactivity for pipe-oriented mode (colondump)
- convert ASN table from static to alloc()ed to reduce memory
footprint
- bump PORTREVISION
PR: ports/67117
Submitted by: maintainer
Diffstat (limited to 'net-mgmt/ehnt/Makefile')
-rw-r--r-- | net-mgmt/ehnt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/ehnt/Makefile b/net-mgmt/ehnt/Makefile index 3338782d6458..85e353c1bcc5 100644 --- a/net-mgmt/ehnt/Makefile +++ b/net-mgmt/ehnt/Makefile @@ -7,7 +7,7 @@ PORTNAME= ehnt PORTVERSION= 0.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net-mgmt MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} |