Index: files/patch-modules.cfg
===================================================================
--- files/patch-modules.cfg	(revision 0)
+++ files/patch-modules.cfg	(revision 0)
@@ -0,0 +1,11 @@
+--- modules.cfg.orig	2007-01-31 14:51:06.000000000 +0900
++++ modules.cfg	2007-03-31 18:59:22.000000000 +0900
+@@ -124,7 +124,7 @@
+ 
+ # OpenType table validation.  Needs ftotval.c below.
+ #
+-# AUX_MODULES += otvalid
++AUX_MODULES += otvalid
+ 
+ # Auxiliary PostScript driver component to share common code.
+ #
Index: Portfile
===================================================================
--- Portfile	(revision 23409)
+++ Portfile	(working copy)
@@ -3,6 +3,7 @@
 PortSystem	1.0
 name            freetype
 version         2.3.2
+revision	1
 categories      print graphics
 maintainers     ryandesign@macports.org openmaintainer@macports.org
 description     A software font engine
@@ -21,7 +22,7 @@
 checksums       md5 119e1fe126fcfa5a70bc56db55f573d5 \
                 sha1 4188a2ed344ddf89bdb1a054fb441019aa4b143d \
                 rmd160 e4da77b6f8956d69e57269c5681560beda0ddb27
-
+patchfiles      patch-modules.cfg
 depends_lib     port:zlib
 configure.env   CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"
 

