Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jun 2013 11:16:08 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r320324 - head/math/octave
Message-ID:  <201306091116.r59BG8Z3079045@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Sun Jun  9 11:16:07 2013
New Revision: 320324
URL: http://svnweb.freebsd.org/changeset/ports/320324

Log:
  - Do not remove directories not created by this port
  
  Reported by:	pkg (DEVELOPER_MODE)

Modified:
  head/math/octave/Makefile

Modified: head/math/octave/Makefile
==============================================================================
--- head/math/octave/Makefile	Sun Jun  9 11:15:51 2013	(r320323)
+++ head/math/octave/Makefile	Sun Jun  9 11:16:07 2013	(r320324)
@@ -32,6 +32,7 @@ LIB_DEPENDS=	GraphicsMagick:${PORTSDIR}/
 		umfpack.1:${PORTSDIR}/math/suitesparse \
 		glpk:${PORTSDIR}/math/glpk
 
+USES=		charsetfix
 USE_BZIP2=	yes
 USE_PERL5_BUILD=yes
 USE_GMAKE=	yes



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