diff options
author | bapt <bapt@FreeBSD.org> | 2015-06-21 21:55:52 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-06-21 21:55:52 +0800 |
commit | d7c9fbcdc29325d35c38057d119415390b9f914b (patch) | |
tree | 86a23b72a8e4e92350deadf39efe9adba844d669 /net | |
parent | f91e2ab97d2c3390a2b8e20b9f4020e9d51b0482 (diff) | |
download | freebsd-ports-gnome-d7c9fbcdc29325d35c38057d119415390b9f914b.tar.gz freebsd-ports-gnome-d7c9fbcdc29325d35c38057d119415390b9f914b.tar.zst freebsd-ports-gnome-d7c9fbcdc29325d35c38057d119415390b9f914b.zip |
Convert to USES=autoreconf
Diffstat (limited to 'net')
-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 |