diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-06-21 13:55:52 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-06-21 13:55:52 +0000 |
commit | 28d3507026315fbaf3743f34da68cdd73516be17 (patch) | |
tree | 86a23b72a8e4e92350deadf39efe9adba844d669 | |
parent | c76dfdbfb5d018031a25c99a80b58db6c1517111 (diff) | |
download | ports-28d3507026315fbaf3743f34da68cdd73516be17.tar.gz ports-28d3507026315fbaf3743f34da68cdd73516be17.zip |
Notes
-rw-r--r-- | net/msend/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/msend/Makefile b/net/msend/Makefile index 880e2643237b..4f83b93a6e78 100644 --- a/net/msend/Makefile +++ b/net/msend/Makefile @@ -10,10 +10,8 @@ MASTER_SITES= LOCAL/markp MAINTAINER= gd.workbox@gmail.com COMMENT= Client and server for the RFC1312 message protocol -USES= readline +USES= autoreconf readline USE_RC_SUBR= mesgd -USE_AUTOTOOLS= aclocal autoheader autoconf automake -AUTOMAKE_ARGS+= --add-missing GNU_CONFIGURE= yes CFLAGS+= -DUSE_READLINE -DNO_GETDTABLESIZE -DNEW_HEADERS |