diff options
author | steve <steve@FreeBSD.org> | 2001-03-28 03:47:54 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2001-03-28 03:47:54 +0000 |
commit | 54a12ce0638b1ddd26c1b4d80e05132c1fffeefc (patch) | |
tree | 3a0cdca923397c7a976b2427cc83a982502adcef | |
parent | 9c74930d7ae7068ae4161c2dd0bdf978b306f6ed (diff) | |
download | FreeBSD-ports-54a12ce0638b1ddd26c1b4d80e05132c1fffeefc.zip FreeBSD-ports-54a12ce0638b1ddd26c1b4d80e05132c1fffeefc.tar.gz |
Disable traversal into the xsane directory because it is killing
'make index'.
-rw-r--r-- | graphics/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index e424685..517ce1d 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -259,7 +259,7 @@ SUBDIR += xpdf SUBDIR += xpm SUBDIR += xpx - SUBDIR += xsane +# SUBDIR += xsane SUBDIR += xv SUBDIR += xv-m17n SUBDIR += xwpick |