diff options
author | wes <wes@FreeBSD.org> | 1999-12-11 00:50:24 +0800 |
---|---|---|
committer | wes <wes@FreeBSD.org> | 1999-12-11 00:50:24 +0800 |
commit | ac9c75ad85aa22154f15fdd40def478899b69206 (patch) | |
tree | 1f75ef53c6d0b8098fff3f6dddb228340dcb29c9 /x11-wm/wmanager | |
parent | 91ad8563fc31de06a8ce4f6bbf23ff64670a08e7 (diff) | |
download | freebsd-ports-gnome-ac9c75ad85aa22154f15fdd40def478899b69206.tar.gz freebsd-ports-gnome-ac9c75ad85aa22154f15fdd40def478899b69206.tar.zst freebsd-ports-gnome-ac9c75ad85aa22154f15fdd40def478899b69206.zip |
Fix the makefile so the port will build.
PR: ports/15386
Submitted by: Will Andrews <andrews@technologist.com>
Diffstat (limited to 'x11-wm/wmanager')
-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 |