diff options
author | garbled <garbled@pkgsrc.org> | 2000-04-28 00:42:55 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 2000-04-28 00:42:55 +0000 |
commit | 478a1a3ec48da5cfe86fd405473dfb6ef5b7fcb3 (patch) | |
tree | f3af00b817b6a6795f8a5d1682c4638b0205a365 /databases | |
parent | 0f51d6221cf7c01755519c0550b1e756d77bfdd5 (diff) | |
download | pkgsrc-478a1a3ec48da5cfe86fd405473dfb6ef5b7fcb3.tar.gz |
Remove quicklist entirely from databases. Oops.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 3 | ||||
-rw-r--r-- | databases/quicklist/Makefile | 16 |
2 files changed, 1 insertions, 18 deletions
diff --git a/databases/Makefile b/databases/Makefile index cf4658d35e7..c3a40db6c89 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2000/04/26 06:37:37 garbled Exp $ +# $NetBSD: Makefile,v 1.34 2000/04/28 00:42:55 garbled Exp $ # FreeBSD Id: Makefile,v 1.20 1997/07/30 11:47:51 tg Exp # @@ -25,7 +25,6 @@ SUBDIR += py-gdbm SUBDIR += py-mysqldb SUBDIR += py-postgresql - SUBDIR += quicklist SUBDIR += rrdtool SUBDIR += sdbm SUBDIR += tcl-gdbm diff --git a/databases/quicklist/Makefile b/databases/quicklist/Makefile deleted file mode 100644 index 1f6e32a111f..00000000000 --- a/databases/quicklist/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/04/26 06:36:31 garbled Exp $ -# - -DISTNAME= quicklist-0.8.6 -CATEGORIES= databases -MASTER_SITES= ftp://ftp.quicklist.org/ -MAINTAINER= packages@netbsd.org -HOMEPAGE= http://www.quicklist.org - -DEPENDS+= gtk+-1.2.*:../../x11/gtk -DEPENDS+= gettext-0.10.35:../../devel/gettext - -GNU_CONFIGURE= yes -CFLAGS+= -I${LOCALBASE}/include - -.include "../../mk/bsd.pkg.mk" |