diff options
-rw-r--r-- | editors/hexcurse/Makefile | 3 | ||||
-rw-r--r-- | editors/hexcurse/distinfo | 2 |
2 files changed, 3 insertions, 2 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 diff --git a/editors/hexcurse/distinfo b/editors/hexcurse/distinfo index cddfb46..9c68231 100644 --- a/editors/hexcurse/distinfo +++ b/editors/hexcurse/distinfo @@ -1 +1 @@ -MD5 (hexcurse-1.54.tar.gz) = 1709176196c5384aa9c6454b2bf9ada0 +MD5 (hexcurse-1.55.tar.gz) = c9f9485490300b5111aa429eabfef789 |