diff options
author | ade <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | da880765886f48c0ac8fd253e5601d04ea853215 (patch) | |
tree | 55155f50e8a40ea2e2a16e2331e8cbb919b7d04f /japanese/tomoe | |
parent | ba4beb1ea11e6147a9b30969be42685d1c709e56 (diff) | |
download | FreeBSD-ports-da880765886f48c0ac8fd253e5601d04ea853215.zip FreeBSD-ports-da880765886f48c0ac8fd253e5601d04ea853215.tar.gz |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Diffstat (limited to 'japanese/tomoe')
-rw-r--r-- | japanese/tomoe/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/tomoe/Makefile b/japanese/tomoe/Makefile index 6471b4e..0189faa 100644 --- a/japanese/tomoe/Makefile +++ b/japanese/tomoe/Makefile @@ -17,12 +17,12 @@ COMMENT= Tegaki Online MOji-ninshiki Engine USE_GNOME= lthack gnomehack USE_AUTOTOOLS= libtool:15 -GNU_CONFIGURE= yes INSTALLS_SHLIB= yes PLIST_DIRS= include/tomoe share/tomoe PLIST_FILES= bin/tomoe bin/tomoe1 include/tomoe/tomoe.h \ - lib/libtomoe.a lib/libtomoe.so lib/libtomoe.so.1 \ + lib/libtomoe.a lib/libtomoe.la \ + lib/libtomoe.so lib/libtomoe.so.1 \ libdata/pkgconfig/tomoe.pc \ share/tomoe/all.tdic share/tomoe/hiragana.tdic |