diff options
author | ade <ade@FreeBSD.org> | 2007-10-17 18:13:01 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2007-10-17 18:13:01 +0800 |
commit | 6f10a06995e640bf1073c28f5c13ea8f8412737a (patch) | |
tree | d14ccc864c4783b5751e425e681d4bc7e63ec159 /japanese/oleo | |
parent | 7428a469a6c4123272d6ac2707e3cf432227515b (diff) | |
download | freebsd-ports-gnome-6f10a06995e640bf1073c28f5c13ea8f8412737a.tar.gz freebsd-ports-gnome-6f10a06995e640bf1073c28f5c13ea8f8412737a.tar.zst freebsd-ports-gnome-6f10a06995e640bf1073c28f5c13ea8f8412737a.zip |
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs
Diffstat (limited to 'japanese/oleo')
-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 |