diff --git a/editors/hexcurse/Makefile b/editors/hexcurse/Makefile index 64c4e85456da..d1d068223dce 100644 --- a/editors/hexcurse/Makefile +++ b/editors/hexcurse/Makefile @@ -1,22 +1,27 @@ PORTNAME= hexcurse PORTVERSION= 1.60.0 DISTVERSIONPREFIX= v CATEGORIES= editors -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Versatile ncurses-based hex editor WWW= https://BSDforge.com/projects/editors/hexcurse/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USES= ncurses - USE_GITHUB= yes GH_ACCOUNT= LonnyGomes GNU_CONFIGURE= yes PLIST_FILES= bin/hexcurse man/man1/hexcurse.1.gz -.include +.include + +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079 +CFLAGS+= -Wno-error=deprecated-non-prototype +.endif + +.include