aboutsummaryrefslogtreecommitdiff
path: root/misc/kdeedu3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/kdeedu3/Makefile')
-rw-r--r--misc/kdeedu3/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/misc/kdeedu3/Makefile b/misc/kdeedu3/Makefile
index 7d948943aebd..1551fc0d0e20 100644
--- a/misc/kdeedu3/Makefile
+++ b/misc/kdeedu3/Makefile
@@ -7,7 +7,6 @@
PORTNAME= kdeedu
PORTVERSION= ${KDE_VERSION}
-PORTREVISION= 1
CATEGORIES?= misc kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src
@@ -33,4 +32,10 @@ LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
.include <bsd.port.pre.mk>
+.if ${OSVERSION} > 500035
+LIB_DEPENDS+= boost_python:${PORTSDIR}/devel/boost-python
+.else
+CONFIGURE_ARGS+=--disable-kig-python-scripting
+.endif
+
.include <bsd.port.post.mk>