aboutsummaryrefslogtreecommitdiff
path: root/devel/boehm-gc
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2014-07-08 23:01:48 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2014-07-08 23:01:48 +0000
commitc50a47694b82ed87814120c1435e5f52d6367571 (patch)
treea756e65d1337a1fdd2800f454185bc4a52985c00 /devel/boehm-gc
parentaba6c6a9c212063826e7e5da47e8910f6c3870f5 (diff)
downloadports-c50a47694b82ed87814120c1435e5f52d6367571.tar.gz
ports-c50a47694b82ed87814120c1435e5f52d6367571.zip
Add USES=pkgconfig to fix build.
Reported by: swills (Jenkins)
Notes
Notes: svn path=/head/; revision=361320
Diffstat (limited to 'devel/boehm-gc')
-rw-r--r--devel/boehm-gc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/boehm-gc/Makefile b/devel/boehm-gc/Makefile
index f4fd8acda071..dcf65acdf1ff 100644
--- a/devel/boehm-gc/Makefile
+++ b/devel/boehm-gc/Makefile
@@ -21,7 +21,7 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
BUILD_DEPENDS= ${LOCALBASE}/lib/libatomic_ops.a:${PORTSDIR}/devel/libatomic_ops
GNU_CONFIGURE= yes
-USES= libtool pathfix
+USES= libtool pathfix pkgconfig
USE_AUTOTOOLS= aclocal autoconf libtoolize
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip