diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2022-09-05 19:03:30 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2022-09-05 19:06:25 +0000 |
commit | ff78c10967de431e467105052bca458d8b0ca338 (patch) | |
tree | 2fe093e40bef48cd49e38eb2c0569d4691e68267 | |
parent | 5ff20b84bcae275d12d2597df46e0ae50640354e (diff) |
math/rocs: pet stage-qa
-rw-r--r-- | math/rocs/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/rocs/Makefile b/math/rocs/Makefile index a3b8d55c2615..4d125e08bfa0 100644 --- a/math/rocs/Makefile +++ b/math/rocs/Makefile @@ -1,5 +1,6 @@ PORTNAME= rocs DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= math education kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -8,7 +9,7 @@ COMMENT= KDE Graph theory IDE LIB_DEPENDS= libboost_thread.so:devel/boost-libs USES= cmake compiler:c++11-lang desktop-file-utils gettext grantlee:5 kde:5 \ - qt:5 tar:xz + qt:5 tar:xz xorg USE_KDE= archive auth codecs completion config configwidgets coreaddons \ crash i18n itemviews jobwidgets kdeclarative kio package parts \ service solid sonnet syntaxhighlighting texteditor textwidgets \ @@ -17,7 +18,7 @@ USE_KDE= archive auth codecs completion config configwidgets coreaddons \ USE_QT= concurrent core dbus declarative gui network script scripttools svg webkit \ widgets xml xmlpatterns \ buildtools_build qmake_build testlib_build - +USE_XORG= x11 USE_LDCONFIG= yes OPTIONS_DEFINE= DOCS |