diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-14 02:25:04 +0800 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-14 02:25:04 +0800 |
commit | a5bee80ce4fb7f1f65014eea6f67539f4089937a (patch) | |
tree | 75524d8b4dfba0e8385592ad0bb6f6aba7f1a942 /textproc | |
parent | 22694151442ff0e618cd8c95890c9034b8d21f87 (diff) | |
download | freebsd-ports-gnome-a5bee80ce4fb7f1f65014eea6f67539f4089937a.tar.gz freebsd-ports-gnome-a5bee80ce4fb7f1f65014eea6f67539f4089937a.tar.zst freebsd-ports-gnome-a5bee80ce4fb7f1f65014eea6f67539f4089937a.zip |
Use default LIBTOOLIZE_ARGS
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/sdcv/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/textproc/sdcv/Makefile b/textproc/sdcv/Makefile index e66dd5937f9e..4bb8e6e81137 100644 --- a/textproc/sdcv/Makefile +++ b/textproc/sdcv/Makefile @@ -15,7 +15,6 @@ LICENSE= GPLv2 # (or later) USES= gettext pkgconfig readline tar:bzip2 USE_GNOME= glib20 USE_AUTOTOOLS= libtoolize aclocal automake autoconf -LIBTOOLIZE_ARGS=--copy --force ACLOCAL_ARGS= --automake-acdir=${ACLOCAL_DIR} -I m4 AUTOMAKE_ARGS= --add-missing --copy |