svn commit: r344013 - head/math/matlab-installer

Thierry Thomas thierry at FreeBSD.org
Wed Feb 12 20:20:11 UTC 2014


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


More information about the svn-ports-all mailing list