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/dotconf/Makefile | |
parent | ac0c23c912957d0cfaa1ccb1f236d4da619b1889 (diff) | |
download | ports-7020ba824d0766f01012481d30671834bccc6cc9.tar.gz ports-7020ba824d0766f01012481d30671834bccc6cc9.zip |
Notes
Diffstat (limited to 'devel/dotconf/Makefile')
-rw-r--r-- | devel/dotconf/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/devel/dotconf/Makefile b/devel/dotconf/Makefile index cc3fe0dce005..f9fecba84ab8 100644 --- a/devel/dotconf/Makefile +++ b/devel/dotconf/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: dotconf -# Date created: Jan 28, 2001 -# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> -# +# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org> # $FreeBSD$ -# PORTNAME= dotconf PORTVERSION= 1.3 @@ -16,8 +11,7 @@ COMMENT= A simple, powerful configuration-file parser LICENSE= LGPL21 -USES= pathfix -USE_PKGCONFIG= yes +USES= pathfix pkgconfig USE_AUTOTOOLS= libtool USE_LDCONFIG= yes |