aboutsummaryrefslogtreecommitdiff
path: root/cad/alliance
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2004-05-17 21:31:49 +0000
committerHiroki Sato <hrs@FreeBSD.org>2004-05-17 21:31:49 +0000
commit87dcd4c43e382895d112da303981e66644820b45 (patch)
treee0d352a5b6c2ff63b9412493351be6325d7f5c47 /cad/alliance
parentfbed898ddaad5d39c83480c1fa80864e8b61295c (diff)
downloadports-87dcd4c43e382895d112da303981e66644820b45.tar.gz
ports-87dcd4c43e382895d112da303981e66644820b45.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)
Notes
Notes: svn path=/head/; revision=109375
Diffstat (limited to 'cad/alliance')
-rw-r--r--cad/alliance/Makefile5
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