Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Feb 2014 20:20:11 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r344013 - head/math/matlab-installer
Message-ID:  <201402122020.s1CKKB4Y070047@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Wed Feb 12 20:20:10 2014
New Revision: 344013
URL: http://svnweb.freebsd.org/changeset/ports/344013
QAT: https://qat.redports.org/buildarchive/r344013/

Log:
  Uncomment the dependencies, as originally set in ports/184607.
  
  PR:		ports/184607
  Submitted by:	Jason Bacon <jwbacon (at) tds.net>

Modified:
  head/math/matlab-installer/Makefile

Modified: head/math/matlab-installer/Makefile
==============================================================================
--- head/math/matlab-installer/Makefile	Wed Feb 12 20:14:12 2014	(r344012)
+++ head/math/matlab-installer/Makefile	Wed Feb 12 20:20:10 2014	(r344013)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402122020.s1CKKB4Y070047>