diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-06-13 16:06:24 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-06-13 16:06:24 +0000 |
commit | b18c18cefe48fa7960148174fd8089c8d712dd34 (patch) | |
tree | 4c4fc2048b2880c4a1e92f9b76200816393b5f15 /x11-toolkits | |
parent | . Fix dependencies after recent JDK ports repo copy. (diff) |
Don't bother to build tests which aren't installed anyway.
Notes
Notes:
svn path=/head/; revision=61224
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/eel2/files/patch-Makefile.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/x11-toolkits/eel2/files/patch-Makefile.in b/x11-toolkits/eel2/files/patch-Makefile.in new file mode 100644 index 000000000000..c3cb2f239196 --- /dev/null +++ b/x11-toolkits/eel2/files/patch-Makefile.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- Makefile.in 2002/06/13 16:05:09 1.1 ++++ Makefile.in 2002/06/13 16:05:18 +@@ -119,7 +119,7 @@ + + NULL = + +-SUBDIRS = eel test po ++SUBDIRS = eel po + + EXTRA_DIST = COPYING.LIB HACKING MAINTAINERS eel.spec.in $(NULL) + |