diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-07-16 14:56:10 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-07-16 14:56:10 +0000 |
commit | 800d78b28b5eeb10e5be2b9360880e3f4a485512 (patch) | |
tree | 763498f80b2bcd6e970e2c2ec6008bc5e2c491cb /net | |
parent | d54d68bbceef37d2cca0237a884002cd1a0dd98f (diff) |
- Unbreak build after autotool update
Notes
Notes:
svn path=/head/; revision=323110
Diffstat (limited to 'net')
-rw-r--r-- | net/enet/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/enet/Makefile b/net/enet/Makefile index 0867a9020a5b..4633e62c9c80 100644 --- a/net/enet/Makefile +++ b/net/enet/Makefile @@ -14,6 +14,7 @@ LICENSE= MIT USE_AUTOTOOLS= aclocal automake autoconf libtool ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal +AUTOMAKE_ARGS= --add-missing USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes |