diff options
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 fcbbc0603690..ccc5c2116e66 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 |