diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-03-12 21:07:50 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-03-12 21:07:50 +0000 |
commit | b8bc30de23331d544542e8a5fa697ee04da69e96 (patch) | |
tree | 4c8725cf4f449966081f663510c7794ba81b9064 /x11-toolkits/pango | |
parent | d6fa09e8c13cf3dadfabbf2b61d38d9478e6ff75 (diff) | |
download | ports-b8bc30de23331d544542e8a5fa697ee04da69e96.tar.gz ports-b8bc30de23331d544542e8a5fa697ee04da69e96.zip |
Notes
Diffstat (limited to 'x11-toolkits/pango')
-rw-r--r-- | x11-toolkits/pango/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile index 382dba7757b9..15bd8b682827 100644 --- a/x11-toolkits/pango/Makefile +++ b/x11-toolkits/pango/Makefile @@ -59,9 +59,4 @@ post-install: @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL .endif -.if defined(WITH_CJK) -PATCH_SITES+= http://bsdchat.com/dist/firefly-cjk-patchset/ -PATCHFILES+= cjk-patch-pango-20041115.diff.gz -.endif - .include <bsd.port.mk> |