svn commit: r502614 - head/math/cadabra2
Tobias Kortkamp
tobik at FreeBSD.org
Sat May 25 18:05:26 UTC 2019
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 at 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
More information about the svn-ports-all
mailing list