diff options
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/xforms/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-toolkits/xforms/Makefile b/x11-toolkits/xforms/Makefile index 5279f19a9cf..b82e53ca685 100644 --- a/x11-toolkits/xforms/Makefile +++ b/x11-toolkits/xforms/Makefile @@ -34,13 +34,14 @@ MAN5= xforms.5 # # This patchset does not apply to this version # -#.if defined(WITH_I18N) -#PKGNAMESUFFIX= -i18n +.if defined(WITH_I18N) +PKGNAMESUFFIX= -i18n +BROKEN= Does not work with latest xforms version #PATCH_SITES= ftp://cellular.phys.pusan.ac.kr/CJK-LyX/xforms/ \ # http://www.otaru-uc.ac.jp/~yokota/comp/ #PATCHFILES= xforms-1.0-i18n_7.patch #PATCH_DIST_STRIP= -p1 -#.endif +.endif .include <bsd.port.pre.mk> |