summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWes Peters <wes@FreeBSD.org>1999-12-10 16:50:24 +0000
committerWes Peters <wes@FreeBSD.org>1999-12-10 16:50:24 +0000
commit1494ca749af6d3779a39f19db031c4b116fa4cb7 (patch)
tree523a92cb686a04209145037f803dc7c5e35dfbe2
parentUpdate to 2.8.3dev.16. (diff)
Fix the makefile so the port will build.
PR: ports/15386 Submitted by: Will Andrews <andrews@technologist.com>
Notes
Notes: svn path=/head/; revision=23739
-rw-r--r--x11-wm/wmanager/Makefile3
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