diff options
Diffstat (limited to 'net/opennx/Makefile')
-rw-r--r-- | net/opennx/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/opennx/Makefile b/net/opennx/Makefile index 4abcb03afd19..c3cf1070d009 100644 --- a/net/opennx/Makefile +++ b/net/opennx/Makefile @@ -13,10 +13,10 @@ COMMENT= Open source drop in replacement for NoMachine's NX client LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= ${LOCALBASE}/bin/zip:${PORTSDIR}/archivers/zip -LIB_DEPENDS= libcups.so:${PORTSDIR}/print/cups \ - libcurl.so:${PORTSDIR}/ftp/curl \ - libsmbclient.so:${PORTSDIR}/net/samba-libsmbclient +BUILD_DEPENDS= ${LOCALBASE}/bin/zip:archivers/zip +LIB_DEPENDS= libcups.so:print/cups \ + libcurl.so:ftp/curl \ + libsmbclient.so:net/samba-libsmbclient WRKSRC= ${WRKDIR}/${PORTNAME}-0.16 |