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 /devel/eboxy | |
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 'devel/eboxy')
-rw-r--r-- | devel/eboxy/Makefile | 2 | ||||
-rw-r--r-- | devel/eboxy/pkg-plist | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/devel/eboxy/Makefile b/devel/eboxy/Makefile index 19e4c702328a..21379be62620 100644 --- a/devel/eboxy/Makefile +++ b/devel/eboxy/Makefile @@ -21,7 +21,7 @@ USE_SDL= sdl gui mixer USE_GNOME= gnometarget libxml2 lthack USE_GETOPT_LONG= yes USE_REINPLACE= yes -USE_LIBTOOL_VER= 13 +USE_LIBTOOL_VER=15 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --disable-lirc diff --git a/devel/eboxy/pkg-plist b/devel/eboxy/pkg-plist index eb70a0c47210..f51f7205b66d 100644 --- a/devel/eboxy/pkg-plist +++ b/devel/eboxy/pkg-plist @@ -3,14 +3,10 @@ include/eboxy/eboxyplugin.h include/eboxy/pluginconstants.h include/eboxy/plugintypes.h lib/eboxy/libbasewidgets.a -lib/eboxy/libbasewidgets.la lib/eboxy/libbasewidgets.so lib/eboxy/libbasewidgets.so.0 -lib/eboxy/plugins/generic/filebrowser.la lib/eboxy/plugins/generic/filebrowser.so -lib/eboxy/plugins/generic/simplemusic.la lib/eboxy/plugins/generic/simplemusic.so -lib/eboxy/plugins/interface/libsdl_gui.la lib/eboxy/plugins/interface/libsdl_gui.so lib/libeboxyplugin.a %%DATADIR%%/eboxy.dtd |