aboutsummaryrefslogtreecommitdiffstats
path: root/databases/dbh10/Makefile
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-10-02 23:10:26 +0800
committerbapt <bapt@FreeBSD.org>2013-10-02 23:10:26 +0800
commit2df4a5a2889831a2b97a2b3c08f1ab6bf4cf0311 (patch)
tree8d17787d723e801963cde77a8d74194d4b5a78f4 /databases/dbh10/Makefile
parent18dcac5b7a6d4ab9a33320aaa8f5afca777a4c8f (diff)
downloadfreebsd-ports-gnome-2df4a5a2889831a2b97a2b3c08f1ab6bf4cf0311.tar.gz
freebsd-ports-gnome-2df4a5a2889831a2b97a2b3c08f1ab6bf4cf0311.tar.zst
freebsd-ports-gnome-2df4a5a2889831a2b97a2b3c08f1ab6bf4cf0311.zip
Remove outdated, not depend on dbh10, which name is in collision with dbh
Diffstat (limited to 'databases/dbh10/Makefile')
-rw-r--r--databases/dbh10/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/databases/dbh10/Makefile b/databases/dbh10/Makefile
deleted file mode 100644
index c499fcd40fea..000000000000
--- a/databases/dbh10/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# Created by: ijliao
-# $FreeBSD$
-
-PORTNAME= dbh
-PORTVERSION= 1.0.24
-PORTREVISION= 1
-CATEGORIES= databases
-MASTER_SITES= SF
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Disk Based Hashtables
-
-CONFLICTS= dbh-[2-9]*
-
-USE_AUTOTOOLS= libtool
-USES= pathfix pkgconfig
-GNU_CONFIGURE= yes
-USE_LDCONFIG= yes
-
-LATEST_LINK= dbh10
-
-.include <bsd.port.mk>