Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Sep 2013 15:33:46 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r325866 - head/science/udunits
Message-ID:  <201309011533.r81FXkKV090457@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Sep  1 15:33:46 2013
New Revision: 325866
URL: http://svnweb.freebsd.org/changeset/ports/325866

Log:
  - Convert to new LIB_DEPENDS format
  
  Suggested by:	wg

Modified:
  head/science/udunits/Makefile

Modified: head/science/udunits/Makefile
==============================================================================
--- head/science/udunits/Makefile	Sun Sep  1 15:33:31 2013	(r325865)
+++ head/science/udunits/Makefile	Sun Sep  1 15:33:46 2013	(r325866)
@@ -11,7 +11,7 @@ MASTER_SITES=	ftp://ftp.unidata.ucar.edu
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Library for manipulating units of physical quantities
 
-LIB_DEPENDS=	expat:${PORTSDIR}/textproc/expat2
+LIB_DEPENDS=	libexpat.so:${PORTSDIR}/textproc/expat2
 
 CONFIGURE_ENV=	ac_cv_header_CUnit_CUnit_h=no
 CPPFLAGS+=	-I${LOCALBASE}/include



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