diff options
author | tijl <tijl@FreeBSD.org> | 2015-04-18 23:14:57 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2015-04-18 23:14:57 +0800 |
commit | 0e4714a35e0a1dbad8571e70dd58de73cd75e9bd (patch) | |
tree | b61b1965e672cbfbc413084d564e65454bf0286a /net/torsocks | |
parent | bdf535c9fa1e802419dbc1324bc3b88412eab7e7 (diff) | |
download | freebsd-ports-gnome-0e4714a35e0a1dbad8571e70dd58de73cd75e9bd.tar.gz freebsd-ports-gnome-0e4714a35e0a1dbad8571e70dd58de73cd75e9bd.tar.zst freebsd-ports-gnome-0e4714a35e0a1dbad8571e70dd58de73cd75e9bd.zip |
Convert to USES=autoreconf
Diffstat (limited to 'net/torsocks')
-rw-r--r-- | net/torsocks/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/torsocks/Makefile b/net/torsocks/Makefile index ec9a901db07b..b4019e2f5456 100644 --- a/net/torsocks/Makefile +++ b/net/torsocks/Makefile @@ -17,9 +17,7 @@ GH_ACCOUNT= dgoulet GH_PROJECT= torsocks GH_TAGNAME= 96f7a0d -USE_AUTOTOOLS= aclocal autoconf libtoolize -ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal - +GNU_CONFIGURE= yes USES= autoreconf gmake libtool USE_LDCONFIG= yes INSTALL_TARGET= install-strip |