diff options
Diffstat (limited to 'net/x2goclient/Makefile')
-rw-r--r-- | net/x2goclient/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/x2goclient/Makefile b/net/x2goclient/Makefile index 6476b49162e1..588b2911eea5 100644 --- a/net/x2goclient/Makefile +++ b/net/x2goclient/Makefile @@ -14,11 +14,11 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING # Avoid clash with libssh from base -BUILD_DEPENDS= ${LOCALBASE}/lib/libssh.so:${PORTSDIR}/security/libssh -LIB_DEPENDS= libcups.so:${PORTSDIR}/print/cups \ - libssh.so:${PORTSDIR}/security/libssh -RUN_DEPENDS= nxproxy:${PORTSDIR}/net/nxproxy \ - x2goclient-cli:${PORTSDIR}/net/x2goclient-cli +BUILD_DEPENDS= ${LOCALBASE}/lib/libssh.so:security/libssh +LIB_DEPENDS= libcups.so:print/cups \ + libssh.so:security/libssh +RUN_DEPENDS= nxproxy:net/nxproxy \ + x2goclient-cli:net/x2goclient-cli USES= qmake USE_XORG= xpm |