diff options
author | tobik <tobik@FreeBSD.org> | 2019-05-26 02:05:25 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2019-05-26 02:05:25 +0800 |
commit | 22d9f7844da5e50d0cbbc305a77ecd4f57222c4c (patch) | |
tree | 8b751f62390d9e0e889b58cee5f50899a249cde1 /math/cadabra2 | |
parent | 0ff035383b030b4fec19d084c0e085e4f8d84288 (diff) | |
download | freebsd-ports-gnome-22d9f7844da5e50d0cbbc305a77ecd4f57222c4c.tar.gz freebsd-ports-gnome-22d9f7844da5e50d0cbbc305a77ecd4f57222c4c.tar.zst freebsd-ports-gnome-22d9f7844da5e50d0cbbc305a77ecd4f57222c4c.zip |
math/cadabra2: Actually set INSTALLS_ICONS
There is no opt_INSTALLS_ICONS helper.
Diffstat (limited to 'math/cadabra2')
-rw-r--r-- | math/cadabra2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/cadabra2/Makefile b/math/cadabra2/Makefile index 1c21966510a3..37aef064801f 100644 --- a/math/cadabra2/Makefile +++ b/math/cadabra2/Makefile @@ -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 |