diff options
Diffstat (limited to 'sysutils/freefilesync/Makefile')
-rw-r--r-- | sysutils/freefilesync/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/freefilesync/Makefile b/sysutils/freefilesync/Makefile index f337c604bee3..6b1a3c9157a0 100644 --- a/sysutils/freefilesync/Makefile +++ b/sysutils/freefilesync/Makefile @@ -12,9 +12,9 @@ COMMENT= Backup software to synchronize files and folders LICENSE= GPLv3 -BUILD_DEPENDS= ${LOCALBASE}/include/zenxml/xml.h:${PORTSDIR}/textproc/zenxml -LIB_DEPENDS= libboost_system.so:${PORTSDIR}/devel/boost-libs \ - libnotify.so:${PORTSDIR}/devel/libnotify +BUILD_DEPENDS= ${LOCALBASE}/include/zenxml/xml.h:textproc/zenxml +LIB_DEPENDS= libboost_system.so:devel/boost-libs \ + libnotify.so:devel/libnotify WRKSRC= ${WRKDIR}/FreeFileSync/Source DOS2UNIX_WRKSRC=${WRKDIR} |