mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
d6b40e4862
PR: 34877 Submitted by: Steve Wills <steve@stevenwills.com>
20 lines
453 B
Plaintext
20 lines
453 B
Plaintext
--- Imakefile 2001/02/23 15:39:52 1.1.1.3
|
|
+++ Imakefile 2001/02/23 15:41:45 1.6
|
|
@@ -4,13 +4,13 @@
|
|
|
|
|
|
XCOMM Remove the next line if you want genuine Xaw instead of Xaw3d
|
|
-#define XAW3D
|
|
+XCOMM define XAW3D
|
|
|
|
XCOMM Remove the next line if you don't want to enable XTEST support
|
|
-#define XTEST
|
|
+XCOMM define XTEST
|
|
|
|
XCOMM Remove the next line if you want to disable internationalization
|
|
-#define I18N
|
|
+XCOMM define I18N
|
|
|
|
|
|
SRCS = xvkbd.c findwidget.c
|