freebsd-ports/sysutils/gkrellm2/files/patch-Makefile
Hajimu UMEMOTO fd2482c9d5 - Update to 2.2.6.
- Use GnuTLS by default.  You can still use OpenSSL by specifying
  WITH_OPENSSL=yes.
- Add WITHOUT_NLS knob to disable installing message catalogs.
- Shorten pkg-descr.
2005-05-16 12:43:10 +00:00

13 lines
290 B
Text

Index: Makefile
diff -u Makefile.orig Makefile
--- Makefile.orig Fri May 13 23:56:35 2005
+++ Makefile Mon May 16 20:26:00 2005
@@ -116,7 +116,7 @@
export MANDIR SMANDIR MANDIRMODE MANMODE
export OS_NAME OS_RELEASE
-enable_nls=1
+enable_nls?=1
debug=0
export enable_nls
export debug