diff options
author | asami <asami@FreeBSD.org> | 2000-01-22 02:36:01 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-01-22 02:36:01 +0000 |
commit | cd0382a4b1c7cc94a4beabedbe617518b9fb3c7f (patch) | |
tree | ce5ad75d31cc92746deec6cc9f7f963e1773ba11 /astro/openuniverse | |
parent | 7c7c01c4c4efee8dcd1b34aa5d577b093fa4c2bd (diff) | |
download | FreeBSD-ports-cd0382a4b1c7cc94a4beabedbe617518b9fb3c7f.zip FreeBSD-ports-cd0382a4b1c7cc94a4beabedbe617518b9fb3c7f.tar.gz |
Should use USE_BISON instead of BUILD_DEPENDS.
Diffstat (limited to 'astro/openuniverse')
-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 da2543d..f9ed318 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 |