diff options
author | seb <seb@pkgsrc.org> | 2003-08-09 10:59:08 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-08-09 10:59:08 +0000 |
commit | 56b682547ab69c8cb46ba64a7be665fc46665708 (patch) | |
tree | d07ba0f660c05047a740c044241768026823dfe7 /x11/gtk10 | |
parent | 4a2efdf6fdd2ffdd80d2004f36cc96ee8d1c5dfe (diff) | |
download | pkgsrc-56b682547ab69c8cb46ba64a7be665fc46665708.tar.gz |
USE_NEW_TEXINFO is unnecessary now.
Diffstat (limited to 'x11/gtk10')
-rw-r--r-- | x11/gtk10/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/gtk10/Makefile b/x11/gtk10/Makefile index 00fb1b7253b..ba1c357ccda 100644 --- a/x11/gtk10/Makefile +++ b/x11/gtk10/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2003/06/27 08:14:24 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2003/08/09 11:34:10 seb Exp $ DISTNAME= gtk+-1.0.6 PKGNAME= gtk10-1.0.6 @@ -14,7 +14,6 @@ CONFLICTS= gtk+-1.0.* USE_BUILDLINK2= yes USE_LIBTOOL= yes USE_MAKEINFO= yes -USE_NEW_TEXINFO= yes USE_X11BASE= yes GNU_CONFIGURE= yes |