aboutsummaryrefslogtreecommitdiff
path: root/devel/kdevelop-php/Makefile
diff options
context:
space:
mode:
authorAlberto Villa <avilla@FreeBSD.org>2010-11-09 01:52:43 +0000
committerAlberto Villa <avilla@FreeBSD.org>2010-11-09 01:52:43 +0000
commit7cb7cd17443355145d0673f1bc30814fc270a034 (patch)
tree199d9dc267934eee48ca2ddb9c43d6e20a19f411 /devel/kdevelop-php/Makefile
parent1ae32977e33f4d0a1c285e5bb532a5746e2c512d (diff)
downloadports-7cb7cd17443355145d0673f1bc30814fc270a034.tar.gz
ports-7cb7cd17443355145d0673f1bc30814fc270a034.zip
- Update kdevplatform to 1.1.0.
- Update kdevelop to 4.1.0. - Update kdevelop-php to 1.1.0. - Use bsd.port.options.mk. Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net> via e-mail Approved by: tabthorpe (mentor)
Notes
Notes: svn path=/head/; revision=264286
Diffstat (limited to 'devel/kdevelop-php/Makefile')
-rw-r--r--devel/kdevelop-php/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/devel/kdevelop-php/Makefile b/devel/kdevelop-php/Makefile
index 3cfac45b32ee..001a3381144e 100644
--- a/devel/kdevelop-php/Makefile
+++ b/devel/kdevelop-php/Makefile
@@ -16,7 +16,9 @@ DIST_SUBDIR= KDE
MAINTAINER= kde@FreeBSD.org
COMMENT= PHP support for KDevelop
-LIB_DEPENDS= kdevplatforminterfaces.1:${PORTSDIR}/devel/kdevplatform
+LIB_DEPENDS= kdevplatforminterfaces.2:${PORTSDIR}/devel/kdevplatform
+
+BUILD_DEPENDS= ${KDE4_PREFIX}/bin/kdev-pg-qt:${PORTSDIR}/devel/kdevelop-pg-qt
USE_BZIP2= yes
USE_KDE4= automoc4 kdehier kdelibs kdeprefix
@@ -25,14 +27,13 @@ USE_QT_VER= 4
QT_COMPONENTS= corelib qtestlib \
moc_build qmake_build rcc_build uic_build
MAKE_JOBS_SAFE= yes
-USE_CMAKE= yes
OPTIONS= DOCS "Integrate with PHP.net online documentation" on
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
.ifdef(WITH_DOCS)
-RUN_DEPENDS+= kdevelop-php-docs>=0:${PORTSDIR}/devel/kdevelop-php-docs
+RUN_DEPENDS+= ${PREFIX}/lib/kde4/kdevphpdocs.so:${PORTSDIR}/devel/kdevelop-php-docs
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>