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 | d512b4fc7d1023f058b26e8cdb922abc72600a70 (patch) | |
tree | d07ba0f660c05047a740c044241768026823dfe7 /wm/sawfish | |
parent | 54951c6c166cd5d8319fb5f7f67be2a905754478 (diff) | |
download | pkgsrc-d512b4fc7d1023f058b26e8cdb922abc72600a70.tar.gz |
USE_NEW_TEXINFO is unnecessary now.
Diffstat (limited to 'wm/sawfish')
-rw-r--r-- | wm/sawfish/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/wm/sawfish/Makefile b/wm/sawfish/Makefile index 550999f8f85..67afe979cb5 100644 --- a/wm/sawfish/Makefile +++ b/wm/sawfish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2003/08/06 19:57:23 seb Exp $ +# $NetBSD: Makefile,v 1.19 2003/08/09 11:30:27 seb Exp $ # PKGNAME= sawfish-${SF_VERS} @@ -14,7 +14,6 @@ CONFIGURE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR} MAKE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR} BUILD_USES_MSGFMT= YES -USE_NEW_TEXINFO= YES USE_MAKEINFO= YES INFO_FILES= sawfish.info |