diff options
-rw-r--r-- | editors/textedit/Makefile | 8 | ||||
-rw-r--r-- | editors/textedit/files/patch-Imakefile | 14 |
2 files changed, 15 insertions, 7 deletions
diff --git a/editors/textedit/Makefile b/editors/textedit/Makefile index 293788a9f263..e22359922520 100644 --- a/editors/textedit/Makefile +++ b/editors/textedit/Makefile @@ -21,10 +21,4 @@ USE_IMAKE= yes MAN1= textedit.1 PLIST_FILES= bin/textedit -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 502000 -BROKEN= "Does not compile" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/editors/textedit/files/patch-Imakefile b/editors/textedit/files/patch-Imakefile new file mode 100644 index 000000000000..bf3af195ffb2 --- /dev/null +++ b/editors/textedit/files/patch-Imakefile @@ -0,0 +1,14 @@ +--- Imakefile.orig Fri Feb 27 10:17:29 2004 ++++ Imakefile Fri Feb 27 10:17:43 2004 +@@ -1,8 +1,8 @@ + #include <XView.tmpl> + +-/**/########################################################################## +-/**/# @(#)Imakefile 1.6 90/07/17 SMI +-/**/# Imakefile for textedit ++########################################################################## ++# @(#)Imakefile 1.6 90/07/17 SMI ++# Imakefile for textedit + + DEFINES = -DSTANDALONE + INCLUDES = -I$(HEADER_DEST) -I$(TOP) |