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 /graphics/libpgf | |
parent | cc0239badc3ba84ad2342490a6c541b51cf209c4 (diff) | |
download | freebsd-ports-graphics-385bb789b8ce3c0d18bd1e8bcb7586fdd673f164.tar.gz freebsd-ports-graphics-385bb789b8ce3c0d18bd1e8bcb7586fdd673f164.tar.zst freebsd-ports-graphics-385bb789b8ce3c0d18bd1e8bcb7586fdd673f164.zip |
Use default LIBTOOLIZE_ARGS
Diffstat (limited to 'graphics/libpgf')
-rw-r--r-- | graphics/libpgf/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/libpgf/Makefile b/graphics/libpgf/Makefile index 0e055578ea5..283871ad285 100644 --- a/graphics/libpgf/Makefile +++ b/graphics/libpgf/Makefile @@ -17,7 +17,6 @@ USE_AUTOTOOLS= libtoolize aclocal autoheader automake autoconf USE_LDCONFIG= yes DOS2UNIX_FILES= configure.ac -LIBTOOLIZE_ARGS=--copy --force --quiet AUTOMAKE_ARGS= --add-missing --copy ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal INSTALL_TARGET= install-strip |