diff options
author | vanilla <vanilla@FreeBSD.org> | 2006-04-02 02:14:38 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2006-04-02 02:14:38 +0800 |
commit | 88bed779ccacfb21ff66a6ebab2a50a35e337495 (patch) | |
tree | f35598aba1878404edfa3b9ce674bae83fa707dd /chinese/pcmanx | |
parent | 9464fc59aa22774837b86fb79d402dc812837941 (diff) | |
download | freebsd-ports-graphics-88bed779ccacfb21ff66a6ebab2a50a35e337495.tar.gz freebsd-ports-graphics-88bed779ccacfb21ff66a6ebab2a50a35e337495.tar.zst freebsd-ports-graphics-88bed779ccacfb21ff66a6ebab2a50a35e337495.zip |
add USE_ICONV.
PR: ports/95140
Submitted by: maintainer
Diffstat (limited to 'chinese/pcmanx')
-rw-r--r-- | chinese/pcmanx/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chinese/pcmanx/Makefile b/chinese/pcmanx/Makefile index 0110174490c..0383fe580b2 100644 --- a/chinese/pcmanx/Makefile +++ b/chinese/pcmanx/Makefile @@ -7,10 +7,9 @@ PORTNAME= pcmanx PORTVERSION= 0.3.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= chinese net gnome -MASTER_SITES= http://pcmanx.csie.net/release/ \ - http://bbs.ilc.edu.tw/~chinsan/pcmanx/ +MASTER_SITES= http://pcmanx.csie.net/release/ DISTNAME= pcmanx-pure-gtk2-${PORTVERSION} MAINTAINER= chinsan.tw@gmail.com @@ -18,6 +17,7 @@ COMMENT= BBS client using GTK+ 2.x USE_GNOME= gtk20 intlhack USE_GCC= 3.3+ +USE_ICONV= yes GNU_CONFIGURE= yes USE_X_PREFIX= yes USE_REINPLACE= yes |