aboutsummaryrefslogtreecommitdiff
path: root/graphics/gtkdps
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2005-06-01 19:56:04 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2005-06-01 19:56:04 +0000
commit7f44153281a28abf9f54db4292179516460951dc (patch)
treef0cbd198d34668e8d3997d4c3f820de3e33aa98c /graphics/gtkdps
parente2293488c055bab7429297300cdf427d65e13e8a (diff)
downloadports-7f44153281a28abf9f54db4292179516460951dc.tar.gz
ports-7f44153281a28abf9f54db4292179516460951dc.zip
change the libtool version to use from 1.3 to 1.5
Notes
Notes: svn path=/head/; revision=136637
Diffstat (limited to 'graphics/gtkdps')
-rw-r--r--graphics/gtkdps/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/graphics/gtkdps/Makefile b/graphics/gtkdps/Makefile
index 9c123eb898bf..fbcb7eda699d 100644
--- a/graphics/gtkdps/Makefile
+++ b/graphics/gtkdps/Makefile
@@ -19,7 +19,8 @@ BUILD_DEPENDS= pswrap:${PORTSDIR}/x11/dgs
RUN_DEPENDS= pswrap:${PORTSDIR}/x11/dgs
USE_GNOME= gtk12
-USE_LIBTOOL_VER=13
+USE_LIBTOOL_VER=15
+USE_REINPLACE= yes
INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --with-dps-includes=${X11BASE}/include \
--with-dps-libraries=${X11BASE}/lib
@@ -30,4 +31,8 @@ CONFIGURE_ARGS= --with-dps-includes=${X11BASE}/include \
BROKEN= "Does not compile on alpha"
.endif
+post-patch:
+ @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
+ ${WRKSRC}/configure
+
.include <bsd.port.post.mk>