diff options
author | steve <steve@FreeBSD.org> | 2001-03-28 11:47:54 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2001-03-28 11:47:54 +0800 |
commit | 54a12ce0638b1ddd26c1b4d80e05132c1fffeefc (patch) | |
tree | 3a0cdca923397c7a976b2427cc83a982502adcef /graphics | |
parent | 9c74930d7ae7068ae4161c2dd0bdf978b306f6ed (diff) | |
download | freebsd-ports-gnome-54a12ce0638b1ddd26c1b4d80e05132c1fffeefc.tar.gz freebsd-ports-gnome-54a12ce0638b1ddd26c1b4d80e05132c1fffeefc.tar.zst freebsd-ports-gnome-54a12ce0638b1ddd26c1b4d80e05132c1fffeefc.zip |
Disable traversal into the xsane directory because it is killing
'make index'.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index e424685356a3..517ce1d31831 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 |