diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2022-08-31 08:36:44 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2022-08-31 08:36:44 +0000 |
commit | 67026c79e619c58c695136671242a8b0b45b21fe (patch) | |
tree | 2d8461d886236b7f4a8cd86d53ff969195f6d1f2 | |
parent | 0c08d892f61c8461d0574a78f9fed3d417cfc52a (diff) |
net-p2p/transmission-remote-gui: declare missed dependencies (+)
Pet stage-qa
Reported by: poudriere bulk -t
Approved by: portmgr blanket
-rw-r--r-- | net-p2p/transmission-remote-gui/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-p2p/transmission-remote-gui/Makefile b/net-p2p/transmission-remote-gui/Makefile index 4949e1e4c19f..c1f8b8053666 100644 --- a/net-p2p/transmission-remote-gui/Makefile +++ b/net-p2p/transmission-remote-gui/Makefile @@ -1,6 +1,6 @@ PORTNAME= transmission-remote-gui PORTVERSION= 5.18.0 -PORTREVISION= 11 +PORTREVISION= 12 DISTVERSIONPREFIX= v CATEGORIES= net-p2p PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} @@ -14,9 +14,11 @@ COMMENT= Remote GUI for transmission daemon LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING.txt -USES= desktop-file-utils fpc iconv lazarus:flavors +USES= desktop-file-utils fpc gnome iconv lazarus:flavors x11 USE_FPC= cairo chm fcl-base fcl-image fcl-json fcl-net fcl-xml pasjpeg \ rtl-objpas rtl-extra x11 +USE_GNOME= cairo +USE_XORG= x11 DESKTOP_ENTRIES="Transmission Remote GUI" \ "Remote GUI for transmission daemon" \ |