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-themes/gnome-look | |
parent | 0b822479b120df9aab7269907873dd7d9981eec3 (diff) | |
download | freebsd-ports-gnome-b5d977c1267293179b1deaadf74303780d1dcc3d.tar.gz freebsd-ports-gnome-b5d977c1267293179b1deaadf74303780d1dcc3d.tar.zst freebsd-ports-gnome-b5d977c1267293179b1deaadf74303780d1dcc3d.zip |
change the libtool version to use from 1.3 to 1.5
Diffstat (limited to 'x11-themes/gnome-look')
-rw-r--r-- | x11-themes/gnome-look/Makefile | 7 | ||||
-rw-r--r-- | x11-themes/gnome-look/pkg-plist | 1 |
2 files changed, 7 insertions, 1 deletions
diff --git a/x11-themes/gnome-look/Makefile b/x11-themes/gnome-look/Makefile index 7c58f1c8157d..cdd7840c3a2f 100644 --- a/x11-themes/gnome-look/Makefile +++ b/x11-themes/gnome-look/Makefile @@ -17,7 +17,12 @@ COMMENT= A GTK theme engine designed to look nice with the GNOME desktop environ USE_X_PREFIX= yes USE_GNOME= gtk12 -USE_INC_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 USE_GMAKE= 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-themes/gnome-look/pkg-plist b/x11-themes/gnome-look/pkg-plist index 7b44e036090a..6fe539038bd4 100644 --- a/x11-themes/gnome-look/pkg-plist +++ b/x11-themes/gnome-look/pkg-plist @@ -1,3 +1,4 @@ +lib/gtk/themes/engines/libgnomelook.a lib/gtk/themes/engines/libgnomelook.so share/themes/Gnome-Look-Grey/gtk/gtkrc share/themes/Gnome-Look-Icy/gtk/gtkrc |