diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 07:08:32 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 07:08:32 +0000 |
commit | 816f539eb092cad9eccd93acee8dbccaa88299d6 (patch) | |
tree | 3dce2240f5e668b5fbdef885ec9c7311674ebe82 /databases/dbh10 | |
parent | b8081a458c31cfc1067c86b20606ab6fce8af668 (diff) | |
download | ports-816f539eb092cad9eccd93acee8dbccaa88299d6.tar.gz ports-816f539eb092cad9eccd93acee8dbccaa88299d6.zip |
Notes
Diffstat (limited to 'databases/dbh10')
-rw-r--r-- | databases/dbh10/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/databases/dbh10/Makefile b/databases/dbh10/Makefile index ac8b17c16e50..c499fcd40fea 100644 --- a/databases/dbh10/Makefile +++ b/databases/dbh10/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: dbh -# Date created: Aug 9, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= dbh PORTVERSION= 1.0.24 @@ -18,10 +13,9 @@ COMMENT= Disk Based Hashtables CONFLICTS= dbh-[2-9]* USE_AUTOTOOLS= libtool -USES= pathfix +USES= pathfix pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_PKGCONFIG= yes LATEST_LINK= dbh10 |