svn commit: r329307 - head/graphics/libcdr
Baptiste Daroussin
bapt at FreeBSD.org
Fri Oct 4 13:46:59 UTC 2013
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>
More information about the svn-ports-all
mailing list