diff options
author | Jeremy Lea <reg@FreeBSD.org> | 2000-04-17 00:19:02 +0000 |
---|---|---|
committer | Jeremy Lea <reg@FreeBSD.org> | 2000-04-17 00:19:02 +0000 |
commit | b4455771cced2fe9f134e751fe88dbba7226e694 (patch) | |
tree | 39733bef5e1d466d30938b5a47f0b46a7b6890b4 /x11-wm/windowmaker-i18n | |
parent | 877b8a533b44bb6324ebbaf65cd80a60d1572003 (diff) |
Notes
Diffstat (limited to 'x11-wm/windowmaker-i18n')
-rw-r--r-- | x11-wm/windowmaker-i18n/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-wm/windowmaker-i18n/Makefile b/x11-wm/windowmaker-i18n/Makefile index 3a47174f7890..15bab8fe7f38 100644 --- a/x11-wm/windowmaker-i18n/Makefile +++ b/x11-wm/windowmaker-i18n/Makefile @@ -49,17 +49,17 @@ MASTER_SITES+= ftp://muse.brain.riken.go.jp/pub/ja.po/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${JA_CATALOGFILE}${EXTRACT_SUFX} .endif -.if defined(USE_GNOME) +.if defined(WITH_GNOME) CONFIGURE_ARGS+= --enable-gnome .endif -.if defined(USE_KDE) +.if defined(WITH_KDE) CONFIGURE_ARGS+= --enable-kde .endif .SILENT: -.if !defined(USE_KDE) && !defined(USE_GNOME) +.if !defined(WITH_KDE) && !defined(WITH_GNOME) pre-extract: - ${ECHO} "You can add hooks for Gnome and KDE by defining USE_GNOME and/or USE_KDE" + ${ECHO} "You can add hooks for Gnome and KDE by defining WITH_GNOME and/or WITH_KDE" .endif post-extract: |