diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-14 20:39:42 +0800 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-14 20:39:42 +0800 |
commit | 863110e9f95de207d0c8891b013c3d43e70cbceb (patch) | |
tree | 7cefef4036a143c0a890c264dd040a774616688a /lang/julia07 | |
parent | 243a1c4dcae2dcc5d9caae8c27bbc73a9e484e5b (diff) | |
download | freebsd-ports-gnome-863110e9f95de207d0c8891b013c3d43e70cbceb.tar.gz freebsd-ports-gnome-863110e9f95de207d0c8891b013c3d43e70cbceb.tar.zst freebsd-ports-gnome-863110e9f95de207d0c8891b013c3d43e70cbceb.zip |
Add USES={gl,gnome,mate,sdl,xorg} missed in the last round
Diffstat (limited to 'lang/julia07')
-rw-r--r-- | lang/julia07/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/julia07/Makefile b/lang/julia07/Makefile index 4c693bfcd365..eaa9afed575d 100644 --- a/lang/julia07/Makefile +++ b/lang/julia07/Makefile @@ -87,6 +87,7 @@ GPL_LIBS_MAKE_ARGS= USE_SYSTEM_SUITESPARSE=0 GPL_LIBS_VARS= USE_GPL_LIBS=1 DESKTOP_DESC= Install icon, .desktop and appdata files +DESKTOP_USES= gnome DESKTOP_VARS= INSTALL_TARGET+=install-desktop \ INSTALLS_ICONS=yes |