diff options
Diffstat (limited to 'devel/libcwd/Makefile')
-rw-r--r-- | devel/libcwd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libcwd/Makefile b/devel/libcwd/Makefile index 9bc069f91eea..2d4a13f88866 100644 --- a/devel/libcwd/Makefile +++ b/devel/libcwd/Makefile @@ -14,7 +14,9 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= The C++ Debugging Support Library -USE_GNOME= gnomehack pkgconfig +BUILD_DEPENDS= pkg-config>0:${PORTSDIR}/devel/pkg-config + +USE_GNOME= gnomehack USE_GMAKE= yes USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --disable-alloc --disable-location --disable-threading \ |