diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2013-01-29 01:47:30 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2013-01-29 01:47:30 +0800 |
commit | 286a40e8ec0741c84c7517645fcbc03606ea313a (patch) | |
tree | 746c00a41a715cb61c709a7ff7fce00b3f80c545 /editors/chexedit/Makefile | |
parent | ea21b46ebf8f593d935b4a88587f4270f79ca418 (diff) | |
download | freebsd-ports-gnome-286a40e8ec0741c84c7517645fcbc03606ea313a.tar.gz freebsd-ports-gnome-286a40e8ec0741c84c7517645fcbc03606ea313a.tar.zst freebsd-ports-gnome-286a40e8ec0741c84c7517645fcbc03606ea313a.zip |
- Fix search on 64-bit systems
Diffstat (limited to 'editors/chexedit/Makefile')
-rw-r--r-- | editors/chexedit/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/chexedit/Makefile b/editors/chexedit/Makefile index 38b87dfff8dc..16bafe19dc4a 100644 --- a/editors/chexedit/Makefile +++ b/editors/chexedit/Makefile @@ -7,6 +7,7 @@ PORTNAME= chexedit PORTVERSION= 0.9.7 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= http://www.rogoyski.com/adam/programs/hexedit/ \ http://mirror.amdmi3.ru/distfiles/ |