diff options
author | obrien <obrien@FreeBSD.org> | 2000-01-21 19:29:02 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-01-21 19:29:02 +0000 |
commit | 563fd075e2ef4fc36e2ebf919eda2d76c49da4b6 (patch) | |
tree | cb4295be6d37fa09ae28f4be331fc8f4f3baf902 /astro | |
parent | 60b097f7abdd64d1e027859db254137c28ba8747 (diff) | |
download | FreeBSD-ports-563fd075e2ef4fc36e2ebf919eda2d76c49da4b6.zip FreeBSD-ports-563fd075e2ef4fc36e2ebf919eda2d76c49da4b6.tar.gz |
Depend on Bison.
Diffstat (limited to 'astro')
-rw-r--r-- | astro/openuniverse/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/astro/openuniverse/Makefile b/astro/openuniverse/Makefile index b52bc246..da2543d 100644 --- a/astro/openuniverse/Makefile +++ b/astro/openuniverse/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://www.geocities.com/SiliconValley/Station/6492/ \ MAINTAINER= andy@icc.surw.chel.su +BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison + LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ MesaGL.14:${PORTSDIR}/graphics/Mesa3 \ MesaGLU.14:${PORTSDIR}/graphics/Mesa3 \ |