diff options
author | oliver <oliver@FreeBSD.org> | 2005-06-01 05:34:45 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-06-01 05:34:45 +0800 |
commit | d3cdb4a1ee63a332869a62744460f72668faca4d (patch) | |
tree | a7afccfa445b833b6bab4c077cb69e174da9d292 /deskutils/multi-backgrounds-daemon | |
parent | 656da91ebad44a72b5fadb6edb3c0fb3dd545b2c (diff) | |
download | freebsd-ports-gnome-d3cdb4a1ee63a332869a62744460f72668faca4d.tar.gz freebsd-ports-gnome-d3cdb4a1ee63a332869a62744460f72668faca4d.tar.zst freebsd-ports-gnome-d3cdb4a1ee63a332869a62744460f72668faca4d.zip |
change the libtool version to use from 1.3 to 1.5
Diffstat (limited to 'deskutils/multi-backgrounds-daemon')
-rw-r--r-- | deskutils/multi-backgrounds-daemon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/multi-backgrounds-daemon/Makefile b/deskutils/multi-backgrounds-daemon/Makefile index 2b522c86a63f..eef2904d0ab3 100644 --- a/deskutils/multi-backgrounds-daemon/Makefile +++ b/deskutils/multi-backgrounds-daemon/Makefile @@ -16,7 +16,7 @@ COMMENT= Change your GNOME2 backgound when you switch to other workspace USE_X_PREFIX= yes USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL_VER= 13 +USE_LIBTOOL_VER=15 USE_GNOME= gnomehack gnomeprefix libgnomeui libwnck CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |