diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-10-23 13:08:41 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-10-23 13:08:41 +0000 |
commit | 21646392b027298c4aca08ad5386649a6869ccea (patch) | |
tree | 902ae1e48303d70f1045908f9eb477d7722924c8 /x11-themes/qtcurve-qt4 | |
parent | 6c8d9e9eb93b758a9136ea26f6d089c61feae712 (diff) | |
download | ports-21646392b027298c4aca08ad5386649a6869ccea.tar.gz ports-21646392b027298c4aca08ad5386649a6869ccea.zip |
Notes
Diffstat (limited to 'x11-themes/qtcurve-qt4')
-rw-r--r-- | x11-themes/qtcurve-qt4/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/x11-themes/qtcurve-qt4/Makefile b/x11-themes/qtcurve-qt4/Makefile index 041f28ff2c61..8bd8e70f907b 100644 --- a/x11-themes/qtcurve-qt4/Makefile +++ b/x11-themes/qtcurve-qt4/Makefile @@ -10,10 +10,7 @@ DISTNAME= QtCurve-KDE4-${PORTVERSION} MAINTAINER= makc@FreeBSD.org COMMENT= QtCurve Qt4 widget style -CONFLICTS_BUILD= qt-3.* qt-copy-3.* - USE_BZIP2= yes -USE_GCC= 4.2+ USES= cmake USE_QT4= dbus gui svg imageformats_run \ qmake_build uic_build moc_build rcc_build @@ -24,5 +21,4 @@ CMAKE_ARGS+= -DQTC_QT_ONLY:BOOL=ON \ PLIST_FILES= ${QT_PLUGINDIR_REL}/styles/qtcurve.so PLIST_DIRSTRY= ${QT_PLUGINDIR_REL}/styles -NO_STAGE= yes .include <bsd.port.mk> |