aboutsummaryrefslogtreecommitdiff
path: root/x11-fm/krusader2
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-11-18 19:14:35 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-11-18 19:14:35 +0000
commiteb6858f647fff480fbadb13ea103fc135e6eb145 (patch)
tree0243fbce4dfc8f5aabfe29a3e9e16713e5883002 /x11-fm/krusader2
parent90f5d0ab810dc0d84cb21d51df98b7ea324b4837 (diff)
downloadports-eb6858f647fff480fbadb13ea103fc135e6eb145.tar.gz
ports-eb6858f647fff480fbadb13ea103fc135e6eb145.zip
Notes
Diffstat (limited to 'x11-fm/krusader2')
-rw-r--r--x11-fm/krusader2/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/x11-fm/krusader2/Makefile b/x11-fm/krusader2/Makefile
index adaf1968ef45..a3c4d82ac934 100644
--- a/x11-fm/krusader2/Makefile
+++ b/x11-fm/krusader2/Makefile
@@ -24,7 +24,7 @@ KDEDIR?=${LOCALBASE}/bin
CONFIGURE_TARGET=
CONFIGURE_ENV+=QTDIR=${QTDIR} KDEDIR=${KDEDIR}
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-INSTALLS_SHLIB= yes
+LD_CONFIG= yes
MAN1= krusader.1
@@ -44,4 +44,10 @@ pre-configure:
post-install:
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= Does not compile on FreeBSD 4.x
+.endif
+
+.include <bsd.port.post.mk>