diff options
Diffstat (limited to 'comms/kermit/Makefile')
-rw-r--r-- | comms/kermit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/kermit/Makefile b/comms/kermit/Makefile index 4463f83f27e..ff4f7d6139a 100644 --- a/comms/kermit/Makefile +++ b/comms/kermit/Makefile @@ -7,6 +7,7 @@ PORTNAME= kermit PORTVERSION= 8.0.200 +PORTREVISION= 1 CATEGORIES= comms MASTER_SITES= ftp://kermit.columbia.edu/kermit/archives/ \ ftp://ftp.icm.edu.pl/pub/kermit/archives/ @@ -22,7 +23,7 @@ ALL_TARGET= xermit MAKE_ARGS= KTARGET=freebsd \ CFLAGS="${CFLAGS} -DBSD44 -DCK_NCURSES -DCK_NEWTERM \ -DTCPSOCKET -DNOCOTFMC -DFREEBSD4 -DUSE_UU_LOCK -DFNFLOAT \ - -funsigned-char -DTPUTSARGTYPE=int -DUSE_STRERROR" \ + -funsigned-char -DTPUTSARGTYPE=int -DUSE_STRERROR -DCKHTTP" \ LIBS="-lncurses -lcrypt -lutil -lm" DOCDIR= ${PREFIX}/share/doc/kermit |