aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/xmms-xvs/Makefile
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2005-06-02 03:56:04 +0800
committeroliver <oliver@FreeBSD.org>2005-06-02 03:56:04 +0800
commit2577d7b175c040f4c4136b21adac34e0904265e9 (patch)
tree59bf0cbd4ae0d28e23fe565e2c9d81eede9ff048 /graphics/xmms-xvs/Makefile
parent342a262e8b6eeebcfe640913eb2778cb552186a1 (diff)
downloadfreebsd-ports-gnome-2577d7b175c040f4c4136b21adac34e0904265e9.tar.gz
freebsd-ports-gnome-2577d7b175c040f4c4136b21adac34e0904265e9.tar.zst
freebsd-ports-gnome-2577d7b175c040f4c4136b21adac34e0904265e9.zip
change the libtool version to use from 1.3 to 1.5
Diffstat (limited to 'graphics/xmms-xvs/Makefile')
-rw-r--r--graphics/xmms-xvs/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/xmms-xvs/Makefile b/graphics/xmms-xvs/Makefile
index 7936f55b3cd4..b175a8f2b05a 100644
--- a/graphics/xmms-xvs/Makefile
+++ b/graphics/xmms-xvs/Makefile
@@ -28,13 +28,15 @@ USE_BISON= yes
USE_GNOME= gtk12 libxml2
USE_REINPLACE= yes
USE_GMAKE= yes
-USE_INC_LIBTOOL_VER=13
+USE_LIBTOOL_VER=15
CONFIGURE_ENV= XMMS_CONFIG="${XMMS_CONFIG}"
.include <bsd.port.pre.mk>
post-patch:
- @${REINPLACE_CMD} -e 's|<xml|<libxml/xml|g' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's|<xml|<libxml/xml|g ; \
+ s|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
+ ${WRKSRC}/configure
post-install:
.if !defined(NOPORTDOCS)