--- Portfile.orig	2009-09-18 12:40:42.000000000 -0400
+++ Portfile	2009-09-17 18:14:37.000000000 -0400
@@ -3,6 +3,7 @@
 PortSystem 1.0
 name		emacs-app
 version		23.1
+revision    1
 categories	aqua editors
 maintainers	css
 description	The GNU Emacs text editor (Cocoa version)
@@ -25,6 +26,9 @@
 checksums	md5 17f7f0ba68a0432d58fa69d05a2225be \
 		sha1 5f2d5dfcc17e7627ea752f675c605fe37c9c145c
 
+patchfiles       emacs-23.1-snow-leopard.patch
+patch.pre_args   -p1
+
 depends_lib     port:ncurses
 use_parallel_build      yes
 

