diff options
author | oliver <oliver@FreeBSD.org> | 2005-06-04 04:18:13 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-06-04 04:18:13 +0800 |
commit | b5d977c1267293179b1deaadf74303780d1dcc3d (patch) | |
tree | b85b6acba969d5f08821ca6523acc427c0e9ab20 /x11-wm | |
parent | 0b822479b120df9aab7269907873dd7d9981eec3 (diff) | |
download | freebsd-ports-graphics-b5d977c1267293179b1deaadf74303780d1dcc3d.tar.gz freebsd-ports-graphics-b5d977c1267293179b1deaadf74303780d1dcc3d.tar.zst freebsd-ports-graphics-b5d977c1267293179b1deaadf74303780d1dcc3d.zip |
change the libtool version to use from 1.3 to 1.5
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/libdockapp/Makefile | 7 | ||||
-rw-r--r-- | x11-wm/wmg/Makefile | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/x11-wm/libdockapp/Makefile b/x11-wm/libdockapp/Makefile index 40a180ca35e..051d98ec472 100644 --- a/x11-wm/libdockapp/Makefile +++ b/x11-wm/libdockapp/Makefile @@ -17,7 +17,12 @@ COMMENT= Standard library for Window Maker dock apps USE_BZIP2= yes USE_X_PREFIX= yes USE_XPM= yes -USE_INC_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes +USE_REINPLACE= yes + +post-patch: + @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ + ${WRKSRC}/configure .include <bsd.port.mk> diff --git a/x11-wm/wmg/Makefile b/x11-wm/wmg/Makefile index cf923e06050..9c33678348f 100644 --- a/x11-wm/wmg/Makefile +++ b/x11-wm/wmg/Makefile @@ -19,7 +19,7 @@ USE_X_PREFIX= yes USE_XPM= yes USE_GNOME= gnomehack gnomelibs gnomeprefix USE_GMAKE= yes -USE_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ |