summaryrefslogtreecommitdiff
path: root/games/kdegames3
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2002-03-30 09:07:53 +0000
committerWill Andrews <will@FreeBSD.org>2002-03-30 09:07:53 +0000
commit97e6d164088095904ab49eafe23f9e1c67c494de (patch)
tree2a01fc85decccff8ce009661334e22692c899251 /games/kdegames3
parentUpdate to 0.5.0. (diff)
Fix the KDE ports to not use objprelink, if OSVERSION >= 500029. This is
not tested other than for syntax, but should DTRT from what I understand of the problem. Submitted by: bento
Notes
Notes: svn path=/head/; revision=56912
Diffstat (limited to 'games/kdegames3')
-rw-r--r--games/kdegames3/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/kdegames3/Makefile b/games/kdegames3/Makefile
index 4235dae7298b..0426e734bb8f 100644
--- a/games/kdegames3/Makefile
+++ b/games/kdegames3/Makefile
@@ -22,6 +22,12 @@ USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500029
+_NO_KDE_OBJPRELINK=yes
+.endif
+
.include "${.CURDIR}/../../x11/kde2/Makefile.kde"
pre-configure:
@@ -35,4 +41,4 @@ pre-configure:
cd ${WRKSRC} && env PATH=${WRKSRC}/auto-bin:$$PATH \
${GMAKE} -f Makefile.cvs
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>