diff options
Diffstat (limited to 'editors/emacs19/Makefile')
-rw-r--r-- | editors/emacs19/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/editors/emacs19/Makefile b/editors/emacs19/Makefile index 3d72909e1866..24684b6570be 100644 --- a/editors/emacs19/Makefile +++ b/editors/emacs19/Makefile @@ -41,8 +41,10 @@ MAN1= emacs.1 etags.1 ctags.1 .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 600000 -BROKEN= "invalid packing list" +.if ${OSVERSION} > 600000 +PLIST_SUB+= NOTON6="@comment " +.else +PLIST_SUB+= NOTON6="" .endif post-install: |