diff options
Diffstat (limited to 'editors/hexpert/Makefile')
-rw-r--r-- | editors/hexpert/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/hexpert/Makefile b/editors/hexpert/Makefile index 9f432ece7af2..da425e38aeac 100644 --- a/editors/hexpert/Makefile +++ b/editors/hexpert/Makefile @@ -10,7 +10,7 @@ MAINTAINER= peter@FreeBSD.org COMMENT= Hexpert - a simple but flexible binary file editor USES= ncurses uidfix -MAKE_ENV= NO_MAN=yes NO_OBJ=yes +MAKE_ENV= MK_MAN=no MAKE_ARGS= LDADD="-lncurses" PLIST_FILES= bin/hex |