aboutsummaryrefslogtreecommitdiff
path: root/net-im/telepathy-qt4
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2010-01-16 11:09:14 +0000
committerDima Panov <fluffy@FreeBSD.org>2010-01-16 11:09:14 +0000
commitdc2d2a150ccd18f7e6bfe94ba15471193bbb0f77 (patch)
tree0fc65accbe68c1f761d3c1cec54d9e7f13122296 /net-im/telepathy-qt4
parentaaa6f8832f7ca42b1b17e754bb310d9321c6eef4 (diff)
downloadports-dc2d2a150ccd18f7e6bfe94ba15471193bbb0f77.tar.gz
ports-dc2d2a150ccd18f7e6bfe94ba15471193bbb0f77.zip
Notes
Diffstat (limited to 'net-im/telepathy-qt4')
-rw-r--r--net-im/telepathy-qt4/Makefile12
1 files changed, 2 insertions, 10 deletions
diff --git a/net-im/telepathy-qt4/Makefile b/net-im/telepathy-qt4/Makefile
index 0c08ef79c58e..d6339aa7dd8f 100644
--- a/net-im/telepathy-qt4/Makefile
+++ b/net-im/telepathy-qt4/Makefile
@@ -19,7 +19,7 @@ BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt
USE_GNOME= pkgconfig
USE_PYTHON_BUILD= 2.5+
USE_QT_VER= 4
-QT_COMPONENTS= corelib dbus network xml qtestlib \
+QT_COMPONENTS= corelib dbus network xml qtestlib_build \
moc_build qmake_build rcc_build uic_build
MAKE_JOBS_SAFE= yes
GNU_CONFIGURE= yes
@@ -31,14 +31,6 @@ PORTDOCS= AUTHORS ChangeLog INSTALL NEWS README html
PORTEXAMPLES= Makefile Makefile.am Makefile.in \
accounts call extensions file-transfer roster
-OPTIONS= TESTS "Run regression tests" off
-
-.include <bsd.port.pre.mk>
-
-.ifdef(WITH_TESTS)
-QT_COMPONENTS+= qtestlib_build
-.endif
-
pre-configure:
@${REINPLACE_CMD} -E -e 's:(^pkgconfigdir =).*:\1 ${PREFIX}/libdata/pkgconfig:' \
${WRKSRC}/TelepathyQt4/Makefile.in
@@ -62,4 +54,4 @@ post-install:
.endfor
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>