diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-07-26 05:40:22 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-07-26 05:40:22 +0000 |
commit | 9346b215f04cc84bbb7125ff2fcf03978f859a21 (patch) | |
tree | 73bea5baa559b61c5e812c50ac96fad638950c75 /devel/libcwd | |
parent | 49ac3accb4fc378c681317849f4ae94655a61423 (diff) |
Notes
Diffstat (limited to 'devel/libcwd')
-rw-r--r-- | devel/libcwd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/libcwd/Makefile b/devel/libcwd/Makefile index 2d4a13f88866..0732dc64362e 100644 --- a/devel/libcwd/Makefile +++ b/devel/libcwd/Makefile @@ -14,10 +14,9 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= The C++ Debugging Support Library -BUILD_DEPENDS= pkg-config>0:${PORTSDIR}/devel/pkg-config - USE_GNOME= gnomehack USE_GMAKE= yes +USE_PKGCONFIG= yes USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --disable-alloc --disable-location --disable-threading \ --disable-pch |