diff options
author | tijl <tijl@FreeBSD.org> | 2014-09-14 02:25:04 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-09-14 02:25:04 +0800 |
commit | 385bb789b8ce3c0d18bd1e8bcb7586fdd673f164 (patch) | |
tree | 75524d8b4dfba0e8385592ad0bb6f6aba7f1a942 /comms | |
parent | cc0239badc3ba84ad2342490a6c541b51cf209c4 (diff) | |
download | freebsd-ports-gnome-385bb789b8ce3c0d18bd1e8bcb7586fdd673f164.tar.gz freebsd-ports-gnome-385bb789b8ce3c0d18bd1e8bcb7586fdd673f164.tar.zst freebsd-ports-gnome-385bb789b8ce3c0d18bd1e8bcb7586fdd673f164.zip |
Use default LIBTOOLIZE_ARGS
Diffstat (limited to 'comms')
-rw-r--r-- | comms/hidapi/Makefile | 1 | ||||
-rw-r--r-- | comms/owfs/Makefile | 1 | ||||
-rw-r--r-- | comms/ser2net/Makefile | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/comms/hidapi/Makefile b/comms/hidapi/Makefile index 1cc6ed509778..47f0861911af 100644 --- a/comms/hidapi/Makefile +++ b/comms/hidapi/Makefile @@ -18,7 +18,6 @@ GH_COMMIT= 40cf516 USE_AUTOTOOLS= aclocal autoconf autoheader automake libtoolize AUTOMAKE_ARGS= --add-missing --copy -LIBTOOLIZE_ARGS=--copy USES= iconv:wchar_t libtool USE_LDCONFIG= yes diff --git a/comms/owfs/Makefile b/comms/owfs/Makefile index d883f3745ced..ef7e0e9a8f51 100644 --- a/comms/owfs/Makefile +++ b/comms/owfs/Makefile @@ -12,7 +12,6 @@ COMMENT= OWFS -- 1-Wire file system LICENSE= GPLv2 USES= libtool -LIBTOOLIZE_ARGS=-c -f -i ACLOCAL_ARGS= -I${LOCALBASE}/share/aclocal USE_AUTOTOOLS= libtoolize aclocal autoheader autoconf automake diff --git a/comms/ser2net/Makefile b/comms/ser2net/Makefile index ef6283cbed6d..92c9c1dbe05a 100644 --- a/comms/ser2net/Makefile +++ b/comms/ser2net/Makefile @@ -16,7 +16,6 @@ OPTIONS_DEFINE= DOCS USE_RC_SUBR= ${PORTNAME} USE_AUTOTOOLS= libtoolize aclocal automake autoconf -LIBTOOLIZE_ARGS=--copy --force AUTOMAKE_ARGS= --add-missing PORTDOCS= AUTHORS ChangeLog INSTALL NEWS README |