diff options
Diffstat (limited to 'japanese/oleo/Makefile')
-rw-r--r-- | japanese/oleo/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/japanese/oleo/Makefile b/japanese/oleo/Makefile index 99f3e33656c3..5192d7bb18e9 100644 --- a/japanese/oleo/Makefile +++ b/japanese/oleo/Makefile @@ -7,7 +7,7 @@ PORTNAME= oleo PORTVERSION= 1.99.16 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese math MASTER_SITES= http://www.hh.iij4u.or.jp/~hayasida/oleo/ \ ${MASTER_SITE_GNU} @@ -19,8 +19,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A Spreadsheet Program + Japanese patches # xmkmf is for configure script, not for USE_IMAKE. -BUILD_DEPENDS= xmkmf:${X_IMAKE_PORT} \ - bison:${PORTSDIR}/devel/bison +BUILD_DEPENDS= xmkmf:${X_IMAKE_PORT} + +USE_BISON= build .if defined(WITH_MOTIF) BUILD_DEPENDS+= ${LOCALBASE}/include/Xbae/Matrix.h:${PORTSDIR}/x11-toolkits/xbae |