diff options
Diffstat (limited to 'cad/cider/Makefile')
-rw-r--r-- | cad/cider/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/cad/cider/Makefile b/cad/cider/Makefile index 8dff633d45e6..5fc2cf10bba2 100644 --- a/cad/cider/Makefile +++ b/cad/cider/Makefile @@ -7,7 +7,7 @@ PORTNAME= cider PORTVERSION= 1.b1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= cad MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= mita @@ -16,7 +16,7 @@ DISTNAME= cider1b1 MAINTAINER= amakawa@jp.FreeBSD.org COMMENT= A mixed-level circuit and device simulator (includes SPICE3) -CONFLICTS= spice-* +CONFLICTS= spice-[0-9]* WRKSRC= ${WRKDIR}/sim USE_XLIB= yes MAN1= sconvert.1 nutmeg.1 spice.1 cider.1 @@ -24,6 +24,8 @@ MAN3= mfb.3 MAN5= mfbcap.5 MLINKS= spice.1 spice3.1 +MAKE_ENV+= CC="${CC}" + pre-patch: @${CP} -f ${WRKSRC}/spice/common/lib/helpdir/spice.txt ${WRKSRC}/cider/common/lib/helpdir/spice.txt |