diff options
author | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
commit | da880765886f48c0ac8fd253e5601d04ea853215 (patch) | |
tree | 55155f50e8a40ea2e2a16e2331e8cbb919b7d04f /chinese/pcmanx | |
parent | ba4beb1ea11e6147a9b30969be42685d1c709e56 (diff) | |
download | freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.gz freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.zst freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.zip |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Diffstat (limited to 'chinese/pcmanx')
-rw-r--r-- | chinese/pcmanx/Makefile | 4 | ||||
-rw-r--r-- | chinese/pcmanx/pkg-plist | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/chinese/pcmanx/Makefile b/chinese/pcmanx/Makefile index 6b794ee0be44..0110174490ce 100644 --- a/chinese/pcmanx/Makefile +++ b/chinese/pcmanx/Makefile @@ -7,7 +7,7 @@ PORTNAME= pcmanx PORTVERSION= 0.3.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= chinese net gnome MASTER_SITES= http://pcmanx.csie.net/release/ \ http://bbs.ilc.edu.tw/~chinsan/pcmanx/ @@ -18,7 +18,7 @@ COMMENT= BBS client using GTK+ 2.x USE_GNOME= gtk20 intlhack USE_GCC= 3.3+ -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes USE_X_PREFIX= yes USE_REINPLACE= yes INSTALLS_SHLIB= yes diff --git a/chinese/pcmanx/pkg-plist b/chinese/pcmanx/pkg-plist index c39c5bec73bb..16c196863396 100644 --- a/chinese/pcmanx/pkg-plist +++ b/chinese/pcmanx/pkg-plist @@ -1,5 +1,5 @@ bin/pcmanx -lib/libpcmanx_core.a +lib/libpcmanx_core.la lib/libpcmanx_core.so lib/libpcmanx_core.so.0 %%NLS%%share/locale/zh_TW/LC_MESSAGES/pcmanx.mo |