diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
commit | 72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch) | |
tree | 38b741bb92caf8470d126310c77168cb30040476 /x11-fm/worker | |
parent | 5e102732a601b54d1dc9e887dc050777bf920349 (diff) | |
download | ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.tar.gz ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.zip |
Notes
Diffstat (limited to 'x11-fm/worker')
-rw-r--r-- | x11-fm/worker/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-fm/worker/Makefile b/x11-fm/worker/Makefile index 5fa90a8523a2..9229b73f8758 100644 --- a/x11-fm/worker/Makefile +++ b/x11-fm/worker/Makefile @@ -11,7 +11,7 @@ COMMENT= X11 file manager based on Directory Opus of AmigaOS LICENSE= GPLv2 -RUN_DEPENDS= bash:${PORTSDIR}/shells/bash +RUN_DEPENDS= bash:shells/bash USES= compiler:c++11-lib pkgconfig shebangfix tar:bzip2 GNU_CONFIGURE= yes @@ -28,11 +28,11 @@ OPTIONS_EXCLUDE_DragonFly= AVFS INOTIFY_DESC= Monitor directory changes via libinotify AVFS_DESC= Use AVFS library to access an archives -AVFS_LIB_DEPENDS= libavfs.so:${PORTSDIR}/sysutils/avfs +AVFS_LIB_DEPENDS= libavfs.so:sysutils/avfs -HAL_LIB_DEPENDS= libhal-storage.so:${PORTSDIR}/sysutils/hal \ - libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib -INOTIFY_LIB_DEPENDS= libinotify.so:${PORTSDIR}/devel/libinotify +HAL_LIB_DEPENDS= libhal-storage.so:sysutils/hal \ + libdbus-glib-1.so:devel/dbus-glib +INOTIFY_LIB_DEPENDS= libinotify.so:devel/libinotify INOTIFY_LDFLAGS= -L${LOCALBASE}/lib LUA_CONFIGURE_OFF= --disable-lua |