diff options
author | Jeremy Lea <reg@FreeBSD.org> | 2000-04-17 00:18:05 +0000 |
---|---|---|
committer | Jeremy Lea <reg@FreeBSD.org> | 2000-04-17 00:18:05 +0000 |
commit | 877b8a533b44bb6324ebbaf65cd80a60d1572003 (patch) | |
tree | e1a018208ceade04ca56a70c5184978cac51853e /audio/replay | |
parent | d12f14432cc492205cefb505a3c1320dd0f4e31a (diff) | |
download | ports-877b8a533b44bb6324ebbaf65cd80a60d1572003.tar.gz ports-877b8a533b44bb6324ebbaf65cd80a60d1572003.zip |
Notes
Diffstat (limited to 'audio/replay')
-rw-r--r-- | audio/replay/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/replay/Makefile b/audio/replay/Makefile index 6413ab593e0d..90d051c9ba50 100644 --- a/audio/replay/Makefile +++ b/audio/replay/Makefile @@ -26,15 +26,15 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GTK_CONFIG="${GTK_CONFIG}" \ LIBS="-L${LOCALBASE}/lib" -.if defined(USE_I18N) +.if defined(WITH_I18N) CONFIGURE_ARGS+= --enable-i18n=JAPANESE .endif pre-configure: -.if !defined(USE_I18N) +.if !defined(WITH_I18N) @${ECHO_MSG} @${ECHO_MSG} "If you would like build replay with I18N support" - @${ECHO_MSG} "you must set the variable USE_I18N" + @${ECHO_MSG} "you must set the variable WITH_I18N" @${ECHO_MSG} "(Now JAPANESE only)" @${ECHO_MSG} .else |