diff options
author | krion <krion@FreeBSD.org> | 2003-12-25 17:57:00 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-12-25 17:57:00 +0000 |
commit | 44eba368808d8009ecbda6f77a453d0ab6003276 (patch) | |
tree | ecae5c9a84192667ef999af0ca192b970eb3d087 /editors/hexcurse/Makefile | |
parent | bd7e717b88c644dc5da60853d92399ba6d9cb223 (diff) | |
download | FreeBSD-ports-44eba368808d8009ecbda6f77a453d0ab6003276.zip FreeBSD-ports-44eba368808d8009ecbda6f77a453d0ab6003276.tar.gz |
- Update to version 1.55
PR: 60561
Submitted by: Ports Fury
Diffstat (limited to 'editors/hexcurse/Makefile')
-rw-r--r-- | editors/hexcurse/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/hexcurse/Makefile b/editors/hexcurse/Makefile index fcbbc06..ccc5c21 100644 --- a/editors/hexcurse/Makefile +++ b/editors/hexcurse/Makefile @@ -7,7 +7,7 @@ # PORTNAME= hexcurse -PORTVERSION= 1.54 +PORTVERSION= 1.55 CATEGORIES= editors MASTER_SITES= http://jewfish.net/downloads/ @@ -15,6 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A versatile ncurses-based hex editor GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= hexcurse.1 |