diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-31 20:52:26 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-31 20:52:26 +0800 |
commit | f23ff297b4e4eca9939141faa9f489db2e1cc47b (patch) | |
tree | 4dbb8055ef66e82bacb366f75ed36beb1e6c682a /net/msend | |
parent | d114721c0d8358ecbfc4e3a5cdd0fa8d60e57aae (diff) | |
download | freebsd-ports-gnome-f23ff297b4e4eca9939141faa9f489db2e1cc47b.tar.gz freebsd-ports-gnome-f23ff297b4e4eca9939141faa9f489db2e1cc47b.tar.zst freebsd-ports-gnome-f23ff297b4e4eca9939141faa9f489db2e1cc47b.zip |
Add USES=readline to fix build on -current.
Diffstat (limited to 'net/msend')
-rw-r--r-- | net/msend/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/msend/Makefile b/net/msend/Makefile index a988f7505175..359cc828e2b9 100644 --- a/net/msend/Makefile +++ b/net/msend/Makefile @@ -11,6 +11,7 @@ MASTER_SITE_SUBDIR= markp MAINTAINER= gd.workbox@gmail.com COMMENT= Client and server for the RFC1312 message protocol +USES= readline USE_RC_SUBR= mesgd USE_AUTOTOOLS= aclocal autoheader autoconf automake AUTOMAKE_ARGS+= --add-missing |