diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-09 21:49:35 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-09 21:49:35 +0000 |
commit | bad37a6cd4b811ce01dd9f0064fd020df161bc43 (patch) | |
tree | 496c722222b746ec4b7d8e984d2c9c4c053e3fbc /cad/alliance/Makefile | |
parent | 2c80774ea9e44f876b9af2e57eb6518e34b048e6 (diff) | |
download | ports-bad37a6cd4b811ce01dd9f0064fd020df161bc43.tar.gz ports-bad37a6cd4b811ce01dd9f0064fd020df161bc43.zip |
Notes
Diffstat (limited to 'cad/alliance/Makefile')
-rw-r--r-- | cad/alliance/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/cad/alliance/Makefile b/cad/alliance/Makefile index 9d11db4774f9..09a5f216209a 100644 --- a/cad/alliance/Makefile +++ b/cad/alliance/Makefile @@ -11,7 +11,7 @@ MASTER_SITE_SUBDIR= hrs DISTNAME= ${PORTNAME}-5.0-20090901 MAINTAINER= hrs@FreeBSD.org -COMMENT= A complete set of CAD tools and libraries for VLSI design +COMMENT= Complete set of CAD tools and libraries for VLSI design NOT_FOR_ARCHS= amd64 ia64 powerpc sparc64 NOT_FOR_ARCHS_REASON= ${PKGNAME} does not build on ${ARCH} @@ -20,9 +20,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-5.0 SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message -USES= bison -USE_GMAKE= yes -USE_MOTIF= yes +USES= bison gmake motif HAS_CONFIGURE= yes CONFIGURE_ENV+= ALLIANCE_TOP=${ALLIANCE_TOP} |