diff options
author | wiz <wiz@pkgsrc.org> | 2012-02-16 11:58:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-02-16 11:58:50 +0000 |
commit | 05510458be5b1aef347893c7b6e6387590f89547 (patch) | |
tree | 63e5a3678f66665fba1fba9c999e8fc7d4b687fa /editors | |
parent | 25461267945c354eaf800b1db1f3c9ac6d7cefd9 (diff) | |
download | pkgsrc-05510458be5b1aef347893c7b6e6387590f89547.tar.gz |
Add missing pkg-config dependency.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Sigil/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/Sigil/Makefile b/editors/Sigil/Makefile index 807eadae479..3a78de79713 100644 --- a/editors/Sigil/Makefile +++ b/editors/Sigil/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2012/02/15 08:00:03 ryoon Exp $ +# $NetBSD: Makefile,v 1.27 2012/02/16 11:58:50 wiz Exp $ # DISTNAME= Sigil-0.5.2-Code @@ -20,6 +20,7 @@ WRKSRC= ${WRKDIR} USE_LANGUAGES= c c++ USE_CMAKE= yes +USE_TOOLS+= pkg-config BUILDLINK_TRANSFORM+= l:BoostParts:boost_date_time:boost_filesystem:boost_regex:boost_system:boost_thread:boost_program_options BUILDLINK_TRANSFORM+= l:Xerces:xerces-c |