diff options
author | oliver <oliver@FreeBSD.org> | 2005-06-02 03:56:04 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-06-02 03:56:04 +0800 |
commit | 2577d7b175c040f4c4136b21adac34e0904265e9 (patch) | |
tree | 59bf0cbd4ae0d28e23fe565e2c9d81eede9ff048 /editors/xmleditor | |
parent | 342a262e8b6eeebcfe640913eb2778cb552186a1 (diff) | |
download | freebsd-ports-gnome-2577d7b175c040f4c4136b21adac34e0904265e9.tar.gz freebsd-ports-gnome-2577d7b175c040f4c4136b21adac34e0904265e9.tar.zst freebsd-ports-gnome-2577d7b175c040f4c4136b21adac34e0904265e9.zip |
change the libtool version to use from 1.3 to 1.5
Diffstat (limited to 'editors/xmleditor')
-rw-r--r-- | editors/xmleditor/Makefile | 2 | ||||
-rw-r--r-- | editors/xmleditor/pkg-plist | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/editors/xmleditor/Makefile b/editors/xmleditor/Makefile index 898644c79acc..e18592d9acc1 100644 --- a/editors/xmleditor/Makefile +++ b/editors/xmleditor/Makefile @@ -21,7 +21,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USE_BISON= yes USE_GNOME= gnomehack libglade USE_GMAKE= yes -USE_INC_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}" \ diff --git a/editors/xmleditor/pkg-plist b/editors/xmleditor/pkg-plist index 6e45be77a216..22151899aefe 100644 --- a/editors/xmleditor/pkg-plist +++ b/editors/xmleditor/pkg-plist @@ -1,5 +1,4 @@ bin/xmleditor -lib/libgtk_xml_editor.a lib/libgtk_xml_editor.so lib/libgtk_xml_editor.so.1 %%DATADIR%%/config.xml |