diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-27 01:01:08 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-27 01:01:08 +0000 |
commit | f07f504808239f4dd6005f79bb145e49b4947c11 (patch) | |
tree | 7811629449e2414bae88ea387269ba55abd90884 /x11-wm/windowmaker | |
parent | a58129d3de9c98ef3845e22d350633da5e5e4a75 (diff) | |
download | ports-f07f504808239f4dd6005f79bb145e49b4947c11.tar.gz ports-f07f504808239f4dd6005f79bb145e49b4947c11.zip |
Notes
Diffstat (limited to 'x11-wm/windowmaker')
-rw-r--r-- | x11-wm/windowmaker/Makefile | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile index 0e6052f70b48..401c02c05553 100644 --- a/x11-wm/windowmaker/Makefile +++ b/x11-wm/windowmaker/Makefile @@ -71,16 +71,18 @@ CONFIGURE_ARGS+= --enable-gnome .if defined(WITH_KDE) CONFIGURE_ARGS+= --enable-kde -.else -pre-extract: - @${ECHO} "You can add hooks for KDE by defining WITH_KDE" .endif -.if !defined(WITHOUT_HERMES) pre-everything:: - @${ECHO} "You can disable the Hermes library by defining WITHOUT_HERMES" - @${ECHO} +.if !defined(WITHOUT_HERMES) + @${ECHO_MSG} + @${ECHO_MSG} "You can disable the Hermes library by defining WITHOUT_HERMES" + @${ECHO_MSG} .endif +.if !defined(WITH_KDE) + @${ECHO_MSG} + @${ECHO_MSG} "You can add hooks for KDE by defining WITH_KDE" + @${ECHO_MSG} post-patch: @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/WPrefs.app/Paths.c |