diff options
author | wiz <wiz> | 2012-02-16 11:58:50 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-02-16 11:58:50 +0000 |
commit | 58dd335d980b0f737d3f4c40cd3be78d403215f6 (patch) | |
tree | 63e5a3678f66665fba1fba9c999e8fc7d4b687fa /editors/Sigil/Makefile | |
parent | 9beeb4289641c6ab11bfc4e163c483ad5aee2acd (diff) | |
download | pkgsrc-58dd335d980b0f737d3f4c40cd3be78d403215f6.tar.gz |
Add missing pkg-config dependency.
Diffstat (limited to 'editors/Sigil/Makefile')
-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 |