diff options
author | marcus <marcus@FreeBSD.org> | 2005-03-12 21:07:50 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-03-12 21:07:50 +0000 |
commit | d375ac0f7c2319578cec8f0f6c297769d284380c (patch) | |
tree | b56ab799b9d2dc2cd23864abe1714267c724a50f /x11-toolkits | |
parent | e70c4d4991583d8b9585768481f608d3ade57e21 (diff) | |
download | FreeBSD-ports-d375ac0f7c2319578cec8f0f6c297769d284380c.zip FreeBSD-ports-d375ac0f7c2319578cec8f0f6c297769d284380c.tar.gz |
Remove the WITH_CJK patch as it is no longer applicable.
Reported by: ume
Diffstat (limited to 'x11-toolkits')
-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 382dba7..15bd8b6 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> |