diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 10:13:19 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 10:13:19 +0000 |
commit | 7020ba824d0766f01012481d30671834bccc6cc9 (patch) | |
tree | b8061c4bd911cb2507a3cc6b0ebdc773e91473b7 /devel/libcwd/Makefile | |
parent | ac0c23c912957d0cfaa1ccb1f236d4da619b1889 (diff) | |
download | ports-7020ba824d0766f01012481d30671834bccc6cc9.tar.gz ports-7020ba824d0766f01012481d30671834bccc6cc9.zip |
Notes
Diffstat (limited to 'devel/libcwd/Makefile')
-rw-r--r-- | devel/libcwd/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/devel/libcwd/Makefile b/devel/libcwd/Makefile index b9ecc3de7939..33b311e839f9 100644 --- a/devel/libcwd/Makefile +++ b/devel/libcwd/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: libcwd -# Date created: Nov 10, 2003 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= libcwd PORTVERSION= 1.0.4 @@ -14,9 +9,8 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= The C++ Debugging Support Library -USES= pathfix +USES= pathfix pkgconfig USE_GMAKE= yes -USE_PKGCONFIG= yes USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --disable-alloc --disable-location --disable-threading \ --disable-pch |