git: 6264f7593c85 - main - cad/ngspice_rework: Fix circular dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 14 Nov 2021 07:00:49 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=6264f7593c85a4cfcace6d81d152b512e30071e3 commit 6264f7593c85a4cfcace6d81d152b512e30071e3 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-11-14 06:59:31 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2021-11-14 07:00:47 +0000 cad/ngspice_rework: Fix circular dependency The dependency line accidentally got in. Reported by: yasu --- cad/ngspice_rework/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cad/ngspice_rework/Makefile b/cad/ngspice_rework/Makefile index 4e6feafc68cc..ca462474fe1a 100644 --- a/cad/ngspice_rework/Makefile +++ b/cad/ngspice_rework/Makefile @@ -2,7 +2,7 @@ PORTNAME= ngspice_rework PORTVERSION= 32 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= cad MASTER_SITES= SF/ngspice/ng-spice-rework/${PORTVERSION} DISTNAME= ngspice-${PORTVERSION} @@ -38,7 +38,6 @@ CONFIGURE_ARGS+= --with-ngshared --enable-shared USES+= xorg USE_XORG= ice sm x11 xaw xext xmu xt xft CONFIGURE_ARGS+= --with-x -RUN_DEPENDS= ngspice_rework-shlib>0:cad/ngspice_rework@shlib PLIST_FILES= bin/ngspice man/man1/ngspice.1.gz post-install: @cd ${STAGEDIR}${PREFIX} && \