diff options
author | hrs <hrs@FreeBSD.org> | 2004-05-18 05:31:49 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2004-05-18 05:31:49 +0800 |
commit | be9beade4431fba811fbfee311c141fa1a1ba51d (patch) | |
tree | 0082eb41fe2dfb39bb39d5b18965c4f75cd6b150 /cad/alliance/Makefile | |
parent | 23f08e9a892ecba2ab804e2562abe8a0f158f252 (diff) | |
download | freebsd-ports-gnome-be9beade4431fba811fbfee311c141fa1a1ba51d.tar.gz freebsd-ports-gnome-be9beade4431fba811fbfee311c141fa1a1ba51d.tar.zst freebsd-ports-gnome-be9beade4431fba811fbfee311c141fa1a1ba51d.zip |
- Add MASTER_SITE_LOCAL to MASTER_SITES to improve availability.
- Add USE_BISON=yes to unbreak the build.
Pointed out by: kris
Approved by: linimon (mentor)
Diffstat (limited to 'cad/alliance/Makefile')
-rw-r--r-- | cad/alliance/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/cad/alliance/Makefile b/cad/alliance/Makefile index f3722fd7ce7c..f70acbf8030e 100644 --- a/cad/alliance/Makefile +++ b/cad/alliance/Makefile @@ -7,7 +7,9 @@ PORTNAME= alliance PORTVERSION= 5.0.20031209 CATEGORIES= cad -MASTER_SITES= http://www-asim.lip6.fr/pub/alliance/distribution/5.0/ +MASTER_SITES= http://www-asim.lip6.fr/pub/alliance/distribution/5.0/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= hrs DISTNAME= ${PORTNAME}-5.0-20031209 MAINTAINER= hrs@FreeBSD.org @@ -15,6 +17,7 @@ COMMENT= A complete set of CAD tools and libraries for VLSI design WRKSRC= ${WRKDIR}/${PORTNAME}-5.0 +USE_BISON= yes USE_GMAKE= yes USE_MOTIF= yes USE_REINPLACE= yes |