diff options
author | oliver <oliver@FreeBSD.org> | 2005-06-02 03:56:04 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-06-02 03:56:04 +0800 |
commit | 2577d7b175c040f4c4136b21adac34e0904265e9 (patch) | |
tree | 59bf0cbd4ae0d28e23fe565e2c9d81eede9ff048 /graphics/entice | |
parent | 342a262e8b6eeebcfe640913eb2778cb552186a1 (diff) | |
download | freebsd-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/entice')
-rw-r--r-- | graphics/entice/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/graphics/entice/Makefile b/graphics/entice/Makefile index adeaf03fa52e..671fd4e3a3f8 100644 --- a/graphics/entice/Makefile +++ b/graphics/entice/Makefile @@ -20,8 +20,13 @@ LIB_DEPENDS= ecore.0:${PORTSDIR}/x11/ecore \ evas.6:${PORTSDIR}/graphics/evas USE_X_PREFIX= yes -USE_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 +USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" +post-patch: + @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ + ${WRKSRC}/configure + .include <bsd.port.mk> |