diff options
author | marcus <marcus@FreeBSD.org> | 2005-03-13 05:07:50 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-03-13 05:07:50 +0800 |
commit | d375ac0f7c2319578cec8f0f6c297769d284380c (patch) | |
tree | b56ab799b9d2dc2cd23864abe1714267c724a50f /x11-toolkits/pango | |
parent | e70c4d4991583d8b9585768481f608d3ade57e21 (diff) | |
download | freebsd-ports-gnome-d375ac0f7c2319578cec8f0f6c297769d284380c.tar.gz freebsd-ports-gnome-d375ac0f7c2319578cec8f0f6c297769d284380c.tar.zst freebsd-ports-gnome-d375ac0f7c2319578cec8f0f6c297769d284380c.zip |
Remove the WITH_CJK patch as it is no longer applicable.
Reported by: ume
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> |