aboutsummaryrefslogtreecommitdiff
path: root/devel/kdebindings4-python
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2009-05-15 18:00:10 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2009-05-15 18:00:10 +0000
commita9804dfd491135242d2e125cf80962628a1219b6 (patch)
treedaba133272da8895751b23f61cd080db702b38a0 /devel/kdebindings4-python
parentbf21a9fb84a599e7f2b5d9e0020d4ffd83e47a65 (diff)
Notes
Diffstat (limited to 'devel/kdebindings4-python')
-rw-r--r--devel/kdebindings4-python/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/kdebindings4-python/Makefile b/devel/kdebindings4-python/Makefile
index 84af8681f5bf..aa442ba65632 100644
--- a/devel/kdebindings4-python/Makefile
+++ b/devel/kdebindings4-python/Makefile
@@ -17,7 +17,7 @@ COMMENT= Meta port of Python bindings for KDE
USE_KDE4= kdeprefix
NO_BUILD= yes
-NO_INSTALL= yes
+# NO_INSTALL= yes
OPTIONS+= KROSSPYTHON "Kross Python scripting library" on
OPTIONS+= PYKDE4 "Kde bindings" on
@@ -32,4 +32,7 @@ RUN_DEPENDS+= ${KDE4_PREFIX}/lib/kde4/krosspython.so:${PORTSDIR}/devel/kdebindin
RUN_DEPENDS+= ${KDE4_PREFIX}/lib/kde4/kpythonpluginfactory.so:${PORTSDIR}/devel/kdebindings4-python-pykde4
.endif
+do-install:
+ ${DO_NADA}
+
.include <bsd.port.post.mk>