diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /chinese/pcmanx | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Notes
Notes:
svn path=/head/; revision=156749
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 |