diff options
Diffstat (limited to 'japanese/libtomoe-gtk/Makefile')
-rw-r--r-- | japanese/libtomoe-gtk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/libtomoe-gtk/Makefile b/japanese/libtomoe-gtk/Makefile index d18ce0243f1a..0f845a6bd9cb 100644 --- a/japanese/libtomoe-gtk/Makefile +++ b/japanese/libtomoe-gtk/Makefile @@ -19,7 +19,6 @@ LIB_DEPENDS= tomoe.1:${PORTSDIR}/japanese/tomoe USE_X_PREFIX= yes USE_GNOME= lthack gnomehack gtk20 -USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes INSTALLS_SHLIB= yes @@ -27,7 +26,8 @@ PLIST_DIRS= include/tomoe PLIST_FILES= include/tomoe/tomoe_candidates_view.h \ include/tomoe/tomoe_canvas.h include/tomoe/tomoe-gtk.h \ include/tomoe/tomoe_window.h \ - lib/libtomoe-gtk.a lib/libtomoe-gtk.so lib/libtomoe-gtk.so.0 \ + lib/libtomoe-gtk.a lib/libtomoe-gtk.la \ + lib/libtomoe-gtk.so lib/libtomoe-gtk.so.0 \ libdata/pkgconfig/libtomoe-gtk.pc .include <bsd.port.mk> |