aboutsummaryrefslogtreecommitdiff
path: root/misc/kdeedu4/Makefile
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2005-03-22 10:57:39 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2005-03-22 10:57:39 +0000
commit050fb7c2f6dd4f3ac2c96c27fbd4b8b31045964e (patch)
tree9f1356ebe87dbf0c46844644974ab29d8a0619f7 /misc/kdeedu4/Makefile
parent4862b7e0b30a4a554df7f5563822dceb8df670fc (diff)
downloadports-050fb7c2f6dd4f3ac2c96c27fbd4b8b31045964e.tar.gz
ports-050fb7c2f6dd4f3ac2c96c27fbd4b8b31045964e.zip
Fix plist.
Approved by: portmgr
Notes
Notes: svn path=/head/; revision=131895
Diffstat (limited to 'misc/kdeedu4/Makefile')
-rw-r--r--misc/kdeedu4/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/kdeedu4/Makefile b/misc/kdeedu4/Makefile
index 1551fc0d0e20..28284dbc46a7 100644
--- a/misc/kdeedu4/Makefile
+++ b/misc/kdeedu4/Makefile
@@ -7,6 +7,7 @@
PORTNAME= kdeedu
PORTVERSION= ${KDE_VERSION}
+PORTREVISION= 1
CATEGORIES?= misc kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src
@@ -34,8 +35,10 @@ LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3
.if ${OSVERSION} > 500035
LIB_DEPENDS+= boost_python:${PORTSDIR}/devel/boost-python
+PLIST_SUB+= BOOST_PYTHON=""
.else
CONFIGURE_ARGS+=--disable-kig-python-scripting
+PLIST_SUB+= BOOST_PYTHON="@comment "
.endif
.include <bsd.port.post.mk>