diff options
author | daichi <daichi@FreeBSD.org> | 2005-05-27 07:11:17 +0000 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2005-05-27 07:11:17 +0000 |
commit | fe92c06a738420ce0bfad7a7a42ff739ed948a65 (patch) | |
tree | 5195a012567ccd12cd98c435648a93818f1fff11 /textproc/iiimf-client-lib/Makefile | |
parent | 5002b82afde5e2da55ec31e581acf618ceb84743 (diff) | |
download | FreeBSD-ports-fe92c06a738420ce0bfad7a7a42ff739ed948a65.zip FreeBSD-ports-fe92c06a738420ce0bfad7a7a42ff739ed948a65.tar.gz |
IIIMF-related ports: fix build fail
Pointed out by: pointyhat via kris
Reviewed by: ozawa@ongs.co.jp
Diffstat (limited to 'textproc/iiimf-client-lib/Makefile')
-rw-r--r-- | textproc/iiimf-client-lib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/iiimf-client-lib/Makefile b/textproc/iiimf-client-lib/Makefile index 58b583a..5ea1b2a 100644 --- a/textproc/iiimf-client-lib/Makefile +++ b/textproc/iiimf-client-lib/Makefile @@ -7,6 +7,7 @@ PORTNAME= client-lib PORTVERSION= 12.2 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://www.openi18n.org/download/im-sdk/src/ PKGNAMEPREFIX= iiimf- |