diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2022-07-02 10:47:58 +0200 | 
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2022-07-02 11:31:14 +0200 | 
| commit | 6fa1b10957251c600bbdd62cd88ce9d2b7391ee9 (patch) | |
| tree | 72540e76d245127c36cfec2537de6e99a5106b21 /math/scilab | |
| parent | net-mgmt/netdata-go: update to 0.33.0 (diff) | |
math/scilab: expire (GUI-only) on 2022-09-30 for devel/avalon-framework
Diffstat (limited to 'math/scilab')
| -rw-r--r-- | math/scilab/Makefile | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/math/scilab/Makefile b/math/scilab/Makefile index 986ee3ddf988..401623ae785e 100644 --- a/math/scilab/Makefile +++ b/math/scilab/Makefile @@ -138,6 +138,11 @@ CONFIGURE_ARGS+=	--enable-debug  FFLAGS+=	-fallow-argument-mismatch  .endif +.if ${PORT_OPTIONS:MGUI} +DEPRECATED=	Depends on expired devel/avalon-framework +EXPIRATION_DATE=2022-09-30 +.endif +  post-patch:  	@${REINPLACE_CMD} 's,/usr/local,${LOCALBASE},' ${WRKSRC}/etc/librarypath.xml  	@${REINPLACE_CMD} -e 's, gfortran, ${FC},' ${WRKSRC}/modules/dynamic_link/src/scripts/configure  | 
