diff options
author | thierry <thierry@FreeBSD.org> | 2014-02-13 04:20:10 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2014-02-13 04:20:10 +0800 |
commit | de02fd3ef5e441cc8388c38fc35d8bfd2e89077c (patch) | |
tree | c068c2b20e23ed9a1297b082dc176b36e4c588ba /math/matlab-installer | |
parent | 8ef975e92ea368fa53f85162ad41969be6d4b697 (diff) | |
download | freebsd-ports-gnome-de02fd3ef5e441cc8388c38fc35d8bfd2e89077c.tar.gz freebsd-ports-gnome-de02fd3ef5e441cc8388c38fc35d8bfd2e89077c.tar.zst freebsd-ports-gnome-de02fd3ef5e441cc8388c38fc35d8bfd2e89077c.zip |
Uncomment the dependencies, as originally set in ports/184607.
PR: ports/184607
Submitted by: Jason Bacon <jwbacon (at) tds.net>
Diffstat (limited to 'math/matlab-installer')
-rw-r--r-- | math/matlab-installer/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/math/matlab-installer/Makefile b/math/matlab-installer/Makefile index 0e239ee6f2d0..25303fb36f28 100644 --- a/math/matlab-installer/Makefile +++ b/math/matlab-installer/Makefile @@ -3,6 +3,7 @@ PORTNAME= matlab-installer PORTVERSION= 0.2 +PORTREVISION= 1 CATEGORIES= math science java MASTER_SITES= http://acadix.biz/Ports/distfiles/ \ http://personalpages.tds.net/~jwbacon/Ports/distfiles/ @@ -14,9 +15,9 @@ LICENSE= BSD # Move devtools depend to USE_LINUX_APPS when possible RUN_DEPENDS= mount_cd9660_image:${PORTSDIR}/sysutils/diskimage-tools \ - auto-ask:${PORTSDIR}/sysutils/auto-admin -# webbrowser:${PORTSDIR}/www/webbrowser \ -# ${LINUXBASE}/usr/bin/gfortran:${PORTSDIR}/devel/linux-f10-devtools + auto-ask:${PORTSDIR}/sysutils/auto-admin \ + webbrowser:${PORTSDIR}/www/webbrowser \ + ${LINUXBASE}/usr/bin/gfortran:${PORTSDIR}/devel/linux-f10-devtools USE_XZ= yes USE_LINUX= yes |