diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-29 05:44:05 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-29 05:44:05 +0000 |
commit | 13ca38ce4853bad199f817e409485a14a635dbe1 (patch) | |
tree | 217dde51a0043ce091791c803c3ff876509c441b /japanese/lipsf/Makefile | |
parent | b41b5a6563200de63b54f1a6da76a300240b89f5 (diff) | |
download | freebsd-ports-13ca38ce4853bad199f817e409485a14a635dbe1.zip |
japanese/lipsf cannot be built
building japanese/lipsf causes core dump on amd64.
this is because of the lack of inclusion of header file.
PR: ports/90960
Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
Diffstat (limited to 'japanese/lipsf/Makefile')
-rw-r--r-- | japanese/lipsf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/japanese/lipsf/Makefile b/japanese/lipsf/Makefile index 8d123790a9e2..1d6250022801 100644 --- a/japanese/lipsf/Makefile +++ b/japanese/lipsf/Makefile @@ -7,6 +7,7 @@ PORTNAME= lipsf PORTVERSION= 2.00 +PORTREVISION= 1 CATEGORIES= japanese print MASTER_SITES= http://hp.vector.co.jp/authors/VA012337/soft/lipsf/ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} |