From 2e4c8f6dd7759de2f9b161ec054815081f230f9f Mon Sep 17 00:00:00 2001 From: gahr Date: Wed, 7 Sep 2011 10:35:30 +0000 Subject: - Unbreak INDEX by not commenting out PKGNAMESUFFIX --- x11-toolkits/xforms/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'x11-toolkits') 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 -- cgit