diff options
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 |