diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-08-13 17:53:06 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-08-13 17:53:06 +0000 |
commit | cffcbbaa07395ad54876bba1db6d1071d1099103 (patch) | |
tree | aba173f88ea8c7fa4ad581c864feb989b10e102f | |
parent | ba412a2f32dffdc1208a201bbc9a464d4c52c1b4 (diff) | |
download | ports-cffcbbaa07395ad54876bba1db6d1071d1099103.tar.gz ports-cffcbbaa07395ad54876bba1db6d1071d1099103.zip |
Notes
-rw-r--r-- | x11-toolkits/ruby-qt/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/ruby-qt2/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/ruby-qt/Makefile b/x11-toolkits/ruby-qt/Makefile index 01b287ae53aa..cd7cf210739e 100644 --- a/x11-toolkits/ruby-qt/Makefile +++ b/x11-toolkits/ruby-qt/Makefile @@ -31,7 +31,7 @@ RUBY_ARCH?= ${ARCH}-freebsd${OSREL} QTLIBDIR= ${X11BASE}/lib QTINCDIR= ${X11BASE}/include/X11/qt -.if defined(WITH_QTI18N) +.if defined(WITH_I18N) I18NQT= -DI18NQT QTLIB= qti18n QTLIB_SHLIBVER= 3 diff --git a/x11-toolkits/ruby-qt2/Makefile b/x11-toolkits/ruby-qt2/Makefile index 01b287ae53aa..cd7cf210739e 100644 --- a/x11-toolkits/ruby-qt2/Makefile +++ b/x11-toolkits/ruby-qt2/Makefile @@ -31,7 +31,7 @@ RUBY_ARCH?= ${ARCH}-freebsd${OSREL} QTLIBDIR= ${X11BASE}/lib QTINCDIR= ${X11BASE}/include/X11/qt -.if defined(WITH_QTI18N) +.if defined(WITH_I18N) I18NQT= -DI18NQT QTLIB= qti18n QTLIB_SHLIBVER= 3 |