freebsd-ports/net/pvm/files/patch-nox11
Mikhail Teterin d515a78c14 Support X11-less installation. One sample executable -- xep -- will not
be built/installed. Add a missing backslash at EOL -- a fresh typo.
Remove a non-existing directory from CFLAGS -- a three year old typo.
2002-10-31 23:36:04 +00:00

10 lines
220 B
Text

--- xep/Makefile.aimk Fri Aug 29 10:17:48 1997
+++ xep/Makefile.aimk Thu Oct 31 18:28:36 2002
@@ -32,3 +32,7 @@
+.if defined(WITHOUT_X11)
+default: mtile$(EXESFX)
+.else
default: mtile$(EXESFX) xep$(EXESFX)
+.endif