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 | 8d15907ec2b57f0ed9901c300b10d188b5912fee (patch) | |
tree | 1e60b674de1a8bcab1e3bf4a4f6256ad21787f40 /devel/global | |
parent | 0d7159e7bde3ed33d6dcb456f8e432ef446180b6 (diff) | |
download | pkgsrc-8d15907ec2b57f0ed9901c300b10d188b5912fee.tar.gz |
USE_NEW_TEXINFO is unnecessary now.
Diffstat (limited to 'devel/global')
-rw-r--r-- | devel/global/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/global/Makefile b/devel/global/Makefile index f34ec3f9531..ceea10a23da 100644 --- a/devel/global/Makefile +++ b/devel/global/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2003/07/17 21:30:45 grant Exp $ +# $NetBSD: Makefile,v 1.15 2003/08/09 10:44:41 seb Exp $ # DISTNAME= global-4.5 @@ -11,7 +11,6 @@ COMMENT= Source code tag system including web browser output USE_BUILDLINK2= YES GNU_CONFIGURE= YES -USE_NEW_TEXINFO= YES INFO_FILES= global.info LDFLAGS+= -L../libutil |