diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2022-09-01 05:00:46 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2022-09-01 05:02:00 +0000 |
commit | 6b907d49642852cddad918294a273aef94239a01 (patch) | |
tree | bfb321dec653cd12d32880856d086a5cb76bacf6 | |
parent | 066900eb794942bf63da08e81111f14d7bbedfa2 (diff) |
net-p2p/transmission-remote-gui: fix typo (s/x11/xorg/)
-rw-r--r-- | net-p2p/transmission-remote-gui/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/transmission-remote-gui/Makefile b/net-p2p/transmission-remote-gui/Makefile index c1f8b8053666..3247801f75ac 100644 --- a/net-p2p/transmission-remote-gui/Makefile +++ b/net-p2p/transmission-remote-gui/Makefile @@ -14,7 +14,7 @@ COMMENT= Remote GUI for transmission daemon LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING.txt -USES= desktop-file-utils fpc gnome iconv lazarus:flavors x11 +USES= desktop-file-utils fpc gnome iconv lazarus:flavors xorg USE_FPC= cairo chm fcl-base fcl-image fcl-json fcl-net fcl-xml pasjpeg \ rtl-objpas rtl-extra x11 USE_GNOME= cairo |