Date: Sat, 25 May 2019 18:05:25 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r502614 - head/math/cadabra2 Message-ID: <201905251805.x4PI5P1E096521@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Sat May 25 18:05:25 2019 New Revision: 502614 URL: https://svnweb.freebsd.org/changeset/ports/502614 Log: math/cadabra2: Actually set INSTALLS_ICONS There is no opt_INSTALLS_ICONS helper. Modified: head/math/cadabra2/Makefile Modified: head/math/cadabra2/Makefile ============================================================================== --- head/math/cadabra2/Makefile Sat May 25 17:47:37 2019 (r502613) +++ head/math/cadabra2/Makefile Sat May 25 18:05:25 2019 (r502614) @@ -3,7 +3,7 @@ PORTNAME= cadabra2 DISTVERSION= 2.2.5-5 DISTVERSIONSUFFIX= -gf10cac6b9a -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -42,7 +42,7 @@ OPTIONS_DEFAULT= GUI GUI_USES= desktop-file-utils GUI_USE= GNOME=gtkmm30,gdkpixbuf2 GUI_CMAKE_BOOL= ENABLE_FRONTEND -GUI_INSTALLS_ICONS= yes +GUI_VARS= INSTALLS_ICONS=yes post-extract: # unbundle @${RM} -r ${WRKSRC}/libs/jsoncpp ${WRKSRC}/libs/websocketpp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905251805.x4PI5P1E096521>