diff options
author | tijl <tijl@FreeBSD.org> | 2014-10-05 22:32:22 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-10-05 22:32:22 +0800 |
commit | 699fa5d505394c0fec62b91c76be07a2ed27dec2 (patch) | |
tree | 5056f6866f7b83b26de40d954e5861cb7c798153 /net/openvswitch | |
parent | 10e0bd2199acf01f50267f35de9161923199bea0 (diff) | |
download | freebsd-ports-gnome-699fa5d505394c0fec62b91c76be07a2ed27dec2.tar.gz freebsd-ports-gnome-699fa5d505394c0fec62b91c76be07a2ed27dec2.tar.zst freebsd-ports-gnome-699fa5d505394c0fec62b91c76be07a2ed27dec2.zip |
Convert to USES=autoreconf and USES=python
Diffstat (limited to 'net/openvswitch')
-rw-r--r-- | net/openvswitch/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/net/openvswitch/Makefile b/net/openvswitch/Makefile index 4879835b0155..61b14a3e9e32 100644 --- a/net/openvswitch/Makefile +++ b/net/openvswitch/Makefile @@ -15,10 +15,8 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= PERL=${PREFIX}/bin/perl \ SSL_CFLAGS="-I${OPENSSLINC}" \ SSL_LIBS="-L${OPENSSLLIB} -lssl -lcrypto" -USES= gmake pkgconfig -USE_AUTOTOOLS= autoconf automake +USES= autoreconf gmake pkgconfig python USE_OPENSSL= yes -USE_PYTHON= yes USE_RC_SUBR= ovs-vswitchd ovsdb-server OPTIONS_DEFINE= THREADED @@ -30,12 +28,7 @@ THREADED_DESC= Experimental high-performance threading patch CONFIGURE_ARGS+=--enable-threaded=yes .endif -AUTOTOOLSFILES= aclocal.m4 - post-patch: - @${REINPLACE_CMD} -e 's|1.11.3|%%AUTOMAKE_APIVER%%|g' \ - -e 's|2.68|%%AUTOCONF_VERSION%%|g' \ - ${WRKSRC}/aclocal.m4 .if ${PORT_OPTIONS:MTHREADED} @# We can't use EXTRA_PATCHES, since we need to apply this one @# after files/patch-bsd-netdef.diff, not before. |