diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-06-01 19:56:04 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-06-01 19:56:04 +0000 |
commit | 7f44153281a28abf9f54db4292179516460951dc (patch) | |
tree | f0cbd198d34668e8d3997d4c3f820de3e33aa98c /editors | |
parent | e2293488c055bab7429297300cdf427d65e13e8a (diff) | |
download | ports-7f44153281a28abf9f54db4292179516460951dc.tar.gz ports-7f44153281a28abf9f54db4292179516460951dc.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gnotepad+/Makefile | 2 | ||||
-rw-r--r-- | editors/xmleditor/Makefile | 2 | ||||
-rw-r--r-- | editors/xmleditor/pkg-plist | 1 |
3 files changed, 2 insertions, 3 deletions
diff --git a/editors/gnotepad+/Makefile b/editors/gnotepad+/Makefile index 681c80b7ca43..1baf6ec4b648 100644 --- a/editors/gnotepad+/Makefile +++ b/editors/gnotepad+/Makefile @@ -26,7 +26,7 @@ USE_REINPLACE= yes USE_XPM= yes WANT_GNOME= yes USE_GNOME= gtk12 -USE_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" 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 |