diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-18 11:45:13 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-18 11:45:13 +0000 |
commit | ddb373f73d4e3f59b81c46a52a05f64d2fb7bd3f (patch) | |
tree | bc2850756b5b2a8e302841be51c42120b41bcdd5 /comms | |
parent | 4d1cba79deb7e92b1293a7e984d0afa6b087bcfd (diff) | |
download | ports-ddb373f73d4e3f59b81c46a52a05f64d2fb7bd3f.tar.gz ports-ddb373f73d4e3f59b81c46a52a05f64d2fb7bd3f.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/ser2net/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/ser2net/Makefile b/comms/ser2net/Makefile index 92c9c1dbe05a..d2d8a894c8ea 100644 --- a/comms/ser2net/Makefile +++ b/comms/ser2net/Makefile @@ -15,8 +15,8 @@ OPTIONS_DEFINE= DOCS USE_RC_SUBR= ${PORTNAME} -USE_AUTOTOOLS= libtoolize aclocal automake autoconf -AUTOMAKE_ARGS= --add-missing +USES= autoreconf libtool +GNU_CONFIGURE= yes PORTDOCS= AUTHORS ChangeLog INSTALL NEWS README PLIST_FILES= sbin/${PORTNAME} etc/${PORTNAME}.conf.sample \ |