diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-28 19:12:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-28 19:12:25 +0000 |
commit | e6f21be1efa1bc89d3c3a570a17e028254f55336 (patch) | |
tree | fb02ef3457b3e5cc33fbcbed374ffaaf1474d3b0 /audio/umurmur | |
parent | 3eb821bea543b0ec2d2dad1c41a79a42def4a895 (diff) | |
download | ports-e6f21be1efa1bc89d3c3a570a17e028254f55336.tar.gz ports-e6f21be1efa1bc89d3c3a570a17e028254f55336.zip |
Notes
Diffstat (limited to 'audio/umurmur')
-rw-r--r-- | audio/umurmur/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/umurmur/Makefile b/audio/umurmur/Makefile index 8d4c2a8ac60c..68bc67ddf7ad 100644 --- a/audio/umurmur/Makefile +++ b/audio/umurmur/Makefile @@ -17,9 +17,7 @@ USE_GITHUB= yes GH_ACCOUNT= fatbob313 GH_COMMIT= 17daa7e -USES= gmake libtool -USE_AUTOTOOLS= aclocal autoconf autoheader automake -AUTOMAKE_ARGS= --add-missing +USES= autoreconf gmake libtool GNU_CONFIGURE= yes USE_OPENSSL= yes CONFIGURE_ARGS= --with-ssl=openssl |