diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2004-05-17 21:31:49 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2004-05-17 21:31:49 +0000 |
commit | 87dcd4c43e382895d112da303981e66644820b45 (patch) | |
tree | e0d352a5b6c2ff63b9412493351be6325d7f5c47 /cad | |
parent | fbed898ddaad5d39c83480c1fa80864e8b61295c (diff) | |
download | ports-87dcd4c43e382895d112da303981e66644820b45.tar.gz ports-87dcd4c43e382895d112da303981e66644820b45.zip |
Notes
Diffstat (limited to 'cad')
-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 |