diff options
author | seb <seb@pkgsrc.org> | 2003-08-09 10:38:23 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-08-09 10:38:23 +0000 |
commit | f574b6d234d4b4d11eac0c14014d88976087faba (patch) | |
tree | 1e60b674de1a8bcab1e3bf4a4f6256ad21787f40 /databases/gdbm | |
parent | ed8425f85930b59dec50dd48e90e39e0394f3877 (diff) | |
download | pkgsrc-f574b6d234d4b4d11eac0c14014d88976087faba.tar.gz |
USE_NEW_TEXINFO is unnecessary now.
Diffstat (limited to 'databases/gdbm')
-rw-r--r-- | databases/gdbm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/gdbm/Makefile b/databases/gdbm/Makefile index 3a72c5707f9..05541a6e71b 100644 --- a/databases/gdbm/Makefile +++ b/databases/gdbm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2003/07/17 21:28:05 grant Exp $ +# $NetBSD: Makefile,v 1.31 2003/08/09 10:38:23 seb Exp $ # DISTNAME= gdbm-1.8.3 @@ -13,7 +13,6 @@ USE_BUILDLINK2= yes GNU_CONFIGURE= yes USE_LIBTOOL= yes LIBTOOL_OVERRIDE= ${WRKSRC}/libtool -USE_NEW_TEXINFO= YES INFO_FILES= gdbm.info CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub |