diff options
author | Ade Lovett <ade@FreeBSD.org> | 2001-05-04 21:41:30 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2001-05-04 21:41:30 +0000 |
commit | bc47cccc84a1837da1919cf6c75785c9646d1761 (patch) | |
tree | f7a9d348554d6994c70ad84089b6b749b7ac60fd /japanese | |
parent | 7ce0c30d7530087588921aedd4971eec44d11823 (diff) | |
download | ports-bc47cccc84a1837da1919cf6c75785c9646d1761.tar.gz ports-bc47cccc84a1837da1919cf6c75785c9646d1761.zip |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/xjtext/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/japanese/xjtext/Makefile b/japanese/xjtext/Makefile index 3bbaeb3b06b4..599d654602ac 100644 --- a/japanese/xjtext/Makefile +++ b/japanese/xjtext/Makefile @@ -7,19 +7,16 @@ PORTNAME= xjtext PORTVERSION= 1.3 +PORTREVISION= 1 CATEGORIES= japanese MASTER_SITES= http://plaza.harmonix.ne.jp/~onizuka/ DISTNAME= XJTEXT-${PORTVERSION} MAINTAINER= sada@FreeBSD.org -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.4:${PORTSDIR}/graphics/png \ - tiff.4:${PORTSDIR}/graphics/tiff \ - ungif.5:${PORTSDIR}/graphics/libungif \ - Imlib.5:${PORTSDIR}/graphics/imlib BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison +USE_IMLIB= yes EXAMPLEDIR= ${PREFIX}/share/examples/xjtext DOCDIR= ${PREFIX}/share/doc/xjtext |