diff options
-rw-r--r-- | x11-wm/wmanager/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/wmanager/Makefile b/x11-wm/wmanager/Makefile index 34676eb928ac..1519e9c04954 100644 --- a/x11-wm/wmanager/Makefile +++ b/x11-wm/wmanager/Makefile @@ -19,6 +19,7 @@ USE_QT= yes USE_BZIP2= yes USE_GMAKE= yes USE_X_PREFIX= yes +USE_NEWGCC= yes MAKE_ENV= prefix=${PREFIX} WRKSRC= ${WRKDIR}/wmanager @@ -37,7 +38,7 @@ do-install: @${ECHO} @${ECHO} "Docs have been installed in ${PREFIX}/share/wmanager/." @${ECHO} "You are advised to have a look at the sample .wmanagerrc" - @${ECHO} "and .xinitrc's available there. + @${ECHO} "and .xinitrc's available there." @${ECHO} .endif |