diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-01-31 13:38:42 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-01-31 13:38:42 +0000 |
commit | f5f6cd6d9b51abcfaf7d5a03d342e91dc742074d (patch) | |
tree | 384a6fe89b7bf8bffcc478f3462d538eea755790 /textproc | |
parent | 49be72eaa4585216ade79b274fca337c2bf4866a (diff) | |
download | ports-f5f6cd6d9b51abcfaf7d5a03d342e91dc742074d.tar.gz ports-f5f6cd6d9b51abcfaf7d5a03d342e91dc742074d.zip |
Notes
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> |