diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2022-09-05 19:03:37 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2022-09-05 19:06:28 +0000 |
commit | f793adf3e771ab125ee166a1ab2bb20c41dbba66 (patch) | |
tree | 77ee5432eb3173a898b991f712b748be2f52194d | |
parent | 8e0bba7cf5f1a63b14c76bb9168b4c4ced721099 (diff) | |
download | ports-f793adf3e771ab125ee166a1ab2bb20c41dbba66.tar.gz ports-f793adf3e771ab125ee166a1ab2bb20c41dbba66.zip |
misc/tellico: pet stage-qa
-rw-r--r-- | misc/tellico/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/tellico/Makefile b/misc/tellico/Makefile index b9ab5d3dd782..49dafb6ea8dc 100644 --- a/misc/tellico/Makefile +++ b/misc/tellico/Makefile @@ -1,6 +1,6 @@ PORTNAME= tellico DISTVERSION= 3.4.4 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= misc kde MASTER_SITES= http://tellico-project.org/files/ @@ -21,7 +21,7 @@ LIB_DEPENDS= libbtparse.so:textproc/btparse \ USES= cmake compiler:c++11-lang desktop-file-utils gettext gnome \ kde:5 pkgconfig python:run qt:5 shared-mime-info shebangfix \ - tar:xz + tar:xz xorg USE_GNOME= libxml2 libxslt USE_KDE= archive attica5 auth bookmarks codecs completion config \ configwidgets coreaddons crash filemetadata guiaddons \ @@ -29,8 +29,9 @@ USE_KDE= archive attica5 auth bookmarks codecs completion config \ libkcddb libksane newstuff parts service solid sonnet \ textwidgets wallet widgetsaddons windowsystem xmlgui \ doctools_build ecm_build -USE_QT= concurrent core dbus gui network widgets xml \ +USE_QT= concurrent core dbus gui network printsupport widgets xml \ buildtools_build qmake_build testlib_build +USE_XORG= x11 SHEBANG_FILES= src/fetch/scripts/dark_horse_comics.py \ src/fetch/scripts/fr.allocine.py |