Index: trunk/dports/x11/pango-devel/Portfile
===================================================================
--- trunk/dports/x11/pango-devel/Portfile
+++ trunk/dports/x11/pango-devel/Portfile
@@ -3,4 +3,5 @@
 PortSystem              1.0
 PortGroup               muniversal 1.0
+PortGroup               archcheck 1.0
 
 name                    pango-devel
@@ -40,4 +41,8 @@
     port:Xft2 \
     path:lib/pkgconfig/cairo.pc:cairo
+
+archcheck.files         lib/libglib-2.0.dylib \
+                        lib/libXft.dylib \
+                        lib/libcairo.dylib
 
 patchfiles \
@@ -132,4 +137,5 @@
     depends_lib-delete \
         port:Xft2
+    archcheck.files-delete  lib/libXft.dylib
     configure.args-append \
         --without-x

