Index: Portfile
===================================================================
--- Portfile	(revision 21003)
+++ Portfile	(working copy)
@@ -2,7 +2,7 @@
 
 PortSystem 1.0
 name		emacs-app
-version		23.0.0_NS-9.0pre3
+version		23.0.0_NS-9.0rc1
 categories	aqua editors
 maintainers	css@macports.org
 description	The GNU Emacs text editor (Cocoa version)
@@ -23,12 +23,12 @@
 distname	emacs-${version}
 extract.suffix	.tar.bz2
 use_bzip2	yes
-checksums	md5 12ff9195cd037d53965a08c20cef04c4
+checksums	md5 9f2a23cd8f0eccb1a13a1adfd32bb8dc \
+		sha1 ae4c3e16be25728889f571bf7bc93731f52d6607
 
-depends_lib	lib:libjpeg:jpeg \
-		lib:libtiff:tiff \
-		lib:libungif:libungif \
-		lib:libpng:libpng
+depends_lib	port:coreutils \
+		port:pkgconfig \
+		port:texinfo
 
 # The current distribution contains its own build script, so use that
 # rather than trying to manually manage the various steps of the build
@@ -55,6 +55,10 @@
 # into the source directory, the destroot phase must manually copy the
 # resulting application package.
 
+pre-configure {
+	reinplace "s|--with-ns|--with-ns --without-freetype|g" ${worksrcpath}/nextstep/compile
+}
+
 destroot {
 	xinstall -m 755 -d ${destroot}/Applications/MacPorts
 	file copy ${worksrcpath}/nextstep/build/Emacs.app \

