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/libchewing/Makefile | |
parent | Unbreak: make it fetchable again (diff) |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Notes
Notes:
svn path=/head/; revision=156749
Diffstat (limited to 'chinese/libchewing/Makefile')
-rw-r--r-- | chinese/libchewing/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chinese/libchewing/Makefile b/chinese/libchewing/Makefile index fe4ef96bf485..f05dd49e203b 100644 --- a/chinese/libchewing/Makefile +++ b/chinese/libchewing/Makefile @@ -7,6 +7,7 @@ PORTNAME= libchewing PORTVERSION= 0.2.7 +PORTREVISION= 1 CATEGORIES= chinese textproc MASTER_SITES= http://chewing.csie.net/download/libchewing/ @@ -14,7 +15,7 @@ MAINTAINER= clsung@FreeBSD.org COMMENT= The Chewing intelligent phonetic input method library USE_GNOME= gnomehack pkgconfig -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes INSTALLS_SHLIB= yes DATADIR= ${PREFIX}/share/chewing |