diff options
Diffstat (limited to 'accessibility/atk/files/patch-Makefile.in')
-rw-r--r-- | accessibility/atk/files/patch-Makefile.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/accessibility/atk/files/patch-Makefile.in b/accessibility/atk/files/patch-Makefile.in new file mode 100644 index 000000000..545b9ec3c --- /dev/null +++ b/accessibility/atk/files/patch-Makefile.in @@ -0,0 +1,14 @@ + +$FreeBSD: ports/devel/atk/files/patch-Makefile.in,v 1.1 2001/08/01 17:53:37 sobomax Exp $ + +--- Makefile.in.orig Wed Aug 1 20:32:06 2001 ++++ Makefile.in Wed Aug 1 20:33:45 2001 +@@ -96,7 +96,7 @@ + STRIP = @STRIP@ + VERSION = @VERSION@ + +-SUBDIRS = atk tests docs ++SUBDIRS = atk + + EXTRA_DIST = atk-uninstalled.pc.in atk.pc.in + |