diff options
author | tijl <tijl@FreeBSD.org> | 2014-02-20 01:44:39 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-02-20 01:44:39 +0800 |
commit | ac31f660863b836c7d987fc98edf30a3468fcb07 (patch) | |
tree | c569956b56e176cc644f8fd75458a82aa7780f8a /textproc/mxml/files | |
parent | 84c487f41e67e643d4b76cffc04a71653f7d0104 (diff) | |
download | freebsd-ports-gnome-ac31f660863b836c7d987fc98edf30a3468fcb07.tar.gz freebsd-ports-gnome-ac31f660863b836c7d987fc98edf30a3468fcb07.tar.zst freebsd-ports-gnome-ac31f660863b836c7d987fc98edf30a3468fcb07.zip |
- Fix a USE_GMAKE conversion. USES is redefined later without gmake.
Evidently gmake isn't needed.
- Also remove the libtool dependency.
Diffstat (limited to 'textproc/mxml/files')
-rw-r--r-- | textproc/mxml/files/patch-libtool22 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/mxml/files/patch-libtool22 b/textproc/mxml/files/patch-libtool22 index 02dd0d5faa90..1f4c2000f080 100644 --- a/textproc/mxml/files/patch-libtool22 +++ b/textproc/mxml/files/patch-libtool22 @@ -5,11 +5,11 @@ # -INSTALL_BIN = $(LIBTOOL) $(INSTALL) -m 755 -s -+INSTALL_BIN = $(LIBTOOL) --mode=install $(INSTALL) -m 755 -s ++INSTALL_BIN = $(INSTALL) -m 755 -s INSTALL_DATA = $(INSTALL) -m 644 INSTALL_DIR = $(INSTALL) -d -INSTALL_LIB = $(LIBTOOL) $(INSTALL) -m 755 -+INSTALL_LIB = $(LIBTOOL) --mode=install $(INSTALL) -m 755 ++INSTALL_LIB = $(INSTALL) -m 755 -s INSTALL_MAN = $(INSTALL) -m 644 INSTALL_SCRIPT = $(INSTALL) -m 755 |