diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-01-22 02:36:01 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-01-22 02:36:01 +0000 |
commit | 039bbe50a8bdb973df257d8db5928356dd4f44b1 (patch) | |
tree | 45b814fef14d127382ca7f92f698bb235f6beff8 | |
parent | Add mfm. (diff) |
Should use USE_BISON instead of BUILD_DEPENDS.
Notes
Notes:
svn path=/head/; revision=24891
-rw-r--r-- | astro/openuniverse/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/astro/openuniverse/Makefile b/astro/openuniverse/Makefile index da2543d5fb69..f9ed31808112 100644 --- a/astro/openuniverse/Makefile +++ b/astro/openuniverse/Makefile @@ -13,8 +13,6 @@ 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 \ @@ -23,6 +21,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ MAKEFILE= Makefile.FreeBSD FETCH_BEFORE_ARGS= -b USE_X_PREFIX= yes +USE_BISON= yes do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/ssystem ${PREFIX}/bin |