Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Aug 2013 14:58:37 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r324729 - head/math/pure-mpfr
Message-ID:  <201308141458.r7EEwbW3096527@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Wed Aug 14 14:58:37 2013
New Revision: 324729
URL: http://svnweb.freebsd.org/changeset/ports/324729

Log:
  math/pure-mpfr: USES+= pkgconfig
  
  Approved by:	bapt/culor (mentors, implicit) lichray (maintainer)

Modified:
  head/math/pure-mpfr/Makefile

Modified: head/math/pure-mpfr/Makefile
==============================================================================
--- head/math/pure-mpfr/Makefile	Wed Aug 14 14:52:22 2013	(r324728)
+++ head/math/pure-mpfr/Makefile	Wed Aug 14 14:58:37 2013	(r324729)
@@ -9,6 +9,7 @@ MAINTAINER=	lichray@gmail.com
 COMMENT=	Multiprecision floats for Pure
 
 USE_PURE=	yes
+USES=		pkgconfig
 
 PLIST_FILES=	lib/pure/mpfr.pure \
 		lib/pure/mpfr.so



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