summaryrefslogtreecommitdiff
path: root/games/glife
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 /games/glife
parent. pre-install -> pre-su-install as this port may create a directory in (diff)
change the libtool version to use from 1.3 to 1.5
Notes
Notes: svn path=/head/; revision=136637
Diffstat (limited to 'games/glife')
-rw-r--r--games/glife/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/games/glife/Makefile b/games/glife/Makefile
index 42ead64abdfc..6dfae69b64f7 100644
--- a/games/glife/Makefile
+++ b/games/glife/Makefile
@@ -18,12 +18,14 @@ COMMENT= Conway's Game of Life for GNOME
USE_REINPLACE= yes
USE_X_PREFIX= yes
-USE_LIBTOOL_VER=13
+USE_LIBTOOL_VER=15
USE_GNOME= gnomeprefix gnomehack libglade
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
- s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
+ s|DATADIRNAME=lib|DATADIRNAME=share|g ; \
+ s|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
+ ${WRKSRC}/configure
.include <bsd.port.mk>