diff options
author | bapt <bapt@FreeBSD.org> | 2013-01-31 21:38:42 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-01-31 21:38:42 +0800 |
commit | 4bcc7b42bb70613448f06e4c9bf9ee4954a45279 (patch) | |
tree | 384a6fe89b7bf8bffcc478f3462d538eea755790 /textproc | |
parent | 3abf6e1909ca1ed94d5f66c10c68147f3f687a2f (diff) | |
download | freebsd-ports-gnome-4bcc7b42bb70613448f06e4c9bf9ee4954a45279.tar.gz freebsd-ports-gnome-4bcc7b42bb70613448f06e4c9bf9ee4954a45279.tar.zst freebsd-ports-gnome-4bcc7b42bb70613448f06e4c9bf9ee4954a45279.zip |
Chase boost update
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/sigil/Makefile | 2 | ||||
-rw-r--r-- | textproc/xmlwrapp/Makefile | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/sigil/Makefile b/textproc/sigil/Makefile index 7a9e53536fcf..414d53569a1e 100644 --- a/textproc/sigil/Makefile +++ b/textproc/sigil/Makefile @@ -3,7 +3,7 @@ PORTNAME= sigil PORTVERSION= 0.6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTNAME= Sigil-${PORTVERSION}-Code diff --git a/textproc/xmlwrapp/Makefile b/textproc/xmlwrapp/Makefile index 8db9c0a8fe90..8ac1ca2c5e8b 100644 --- a/textproc/xmlwrapp/Makefile +++ b/textproc/xmlwrapp/Makefile @@ -3,6 +3,7 @@ PORTNAME= xmlwrapp PORTVERSION= 0.6.3 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF @@ -12,13 +13,12 @@ COMMENT= A modern style C++ library for working with XML data LICENSE= BSD LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= boost_iostreams.4:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= boost_iostreams:${PORTSDIR}/devel/boost-libs OPTIONS_DEFINE= XSLT XSLT_DESC= Build libxsltwrap library (requires libxslt) USE_GNOME= gnomehack libxml2 -USE_PERL5_BUILD=yes USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --disable-silent-rules USE_LDCONFIG= yes @@ -26,7 +26,7 @@ USE_PKGCONFIG= yes MAKE_JOBS_SAFE= yes CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LDFLAGS+= -L${LOCALBASE}/lib -lboost_system .include <bsd.port.options.mk> |