diff options
author | fluffy <fluffy@FreeBSD.org> | 2010-01-16 19:09:14 +0800 |
---|---|---|
committer | fluffy <fluffy@FreeBSD.org> | 2010-01-16 19:09:14 +0800 |
commit | 75e437ad1991f390f7900fceda3a97d08d6f877d (patch) | |
tree | c5dc0901bb237bf83397e796f84b02d3feec8e43 | |
parent | 9743ff72c952ceaa30ccc93e2b1bf590f252eebd (diff) | |
download | freebsd-ports-gnome-75e437ad1991f390f7900fceda3a97d08d6f877d.tar.gz freebsd-ports-gnome-75e437ad1991f390f7900fceda3a97d08d6f877d.tar.zst freebsd-ports-gnome-75e437ad1991f390f7900fceda3a97d08d6f877d.zip |
- Remove unneeded OPTIONS, it's always covered by base build and have no effects.
Submitted by: Alberto Villa (maintainer via irc)
Approved by: miwi, tabthorpe (mentors implicit)
-rw-r--r-- | net-im/telepathy-qt4/Makefile | 12 |
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> |