diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-11-14 15:58:39 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-11-14 15:58:39 +0000 |
commit | 6cc125c3860f436c3415e3d448d159abf6e67d9b (patch) | |
tree | 7b0b9d697afe9509e221a49de4243b9623ed2716 /chinese/gcin-devel/Makefile | |
parent | 3b1040728d557627a2bc3011b56a148fb9d1f183 (diff) | |
download | ports-6cc125c3860f436c3415e3d448d159abf6e67d9b.tar.gz ports-6cc125c3860f436c3415e3d448d159abf6e67d9b.zip |
- update to 0.5.1
- utilize DATADIR
- cosmetic fixes
Notes
Notes:
svn path=/head/; revision=121574
Diffstat (limited to 'chinese/gcin-devel/Makefile')
-rw-r--r-- | chinese/gcin-devel/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/chinese/gcin-devel/Makefile b/chinese/gcin-devel/Makefile index 6c32c2eea554..0d26e553dcd7 100644 --- a/chinese/gcin-devel/Makefile +++ b/chinese/gcin-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gcin -PORTVERSION= 0.5.0 +PORTVERSION= 0.5.1 CATEGORIES= chinese MASTER_SITES= http://www.csie.nctu.edu.tw/~cp76/gcin/download/ @@ -14,14 +14,13 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A triditional chinese input utility in X USE_BZIP2= YES -HAS_CONFIGURE= YES -CONFIGURE_ARGS= --prefix=${PREFIX} +GNU_CONFIGURE= YES USE_GNOME= gtk20 USE_GMAKE= YES .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500041 +.if ${OSVERSION} <= 500034 USE_GCC= 3.4 .endif |