diff options
author | bapt <bapt@FreeBSD.org> | 2013-04-23 15:08:32 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-04-23 15:08:32 +0800 |
commit | 8e7a63fec8f6eb66e5f5779b598c7cd8ff20902a (patch) | |
tree | 3dce2240f5e668b5fbdef885ec9c7311674ebe82 /databases/dbh10 | |
parent | fd7815ac9400116b74bb8ffb46ed661ade3a6d2e (diff) | |
download | freebsd-ports-gnome-8e7a63fec8f6eb66e5f5779b598c7cd8ff20902a.tar.gz freebsd-ports-gnome-8e7a63fec8f6eb66e5f5779b598c7cd8ff20902a.tar.zst freebsd-ports-gnome-8e7a63fec8f6eb66e5f5779b598c7cd8ff20902a.zip |
Convert databases to USES=pkgconfig
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 |