Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Oct 2013 13:46:58 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329307 - head/graphics/libcdr
Message-ID:  <201310041346.r94DkwJ8080212@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Oct  4 13:46:58 2013
New Revision: 329307
URL: http://svnweb.freebsd.org/changeset/ports/329307

Log:
  This port is already stage ready
  Modernize LIB_DEPENDS

Modified:
  head/graphics/libcdr/Makefile

Modified: head/graphics/libcdr/Makefile
==============================================================================
--- head/graphics/libcdr/Makefile	Fri Oct  4 13:38:44 2013	(r329306)
+++ head/graphics/libcdr/Makefile	Fri Oct  4 13:46:58 2013	(r329307)
@@ -12,10 +12,10 @@ LICENSE=	LGPL21 MPL GPLv2
 LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	${LOCALBASE}/include/boost/optional.hpp:${PORTSDIR}/devel/boost-libs
-LIB_DEPENDS=	icui18n:${PORTSDIR}/devel/icu \
-		wpd-0.9:${PORTSDIR}/textproc/libwpd \
-		wpg-0.2:${PORTSDIR}/graphics/libwpg \
-		lcms2:${PORTSDIR}/graphics/lcms2
+LIB_DEPENDS=	libicui18n.so:${PORTSDIR}/devel/icu \
+		libwpd-0.9.so:${PORTSDIR}/textproc/libwpd \
+		libwpg-0.2.so:${PORTSDIR}/graphics/libwpg \
+		liblcms2.so:${PORTSDIR}/graphics/lcms2
 
 USE_XZ=		yes
 GNU_CONFIGURE=	yes
@@ -26,5 +26,4 @@ USE_LDCONFIG=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 CXXFLAGS+=	-Wno-long-long
 
-NO_STAGE=	yes
 .include <bsd.port.mk>



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