diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-12-18 14:35:53 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-12-18 14:35:53 +0000 |
commit | 6c3cf730f5200ee8faafe98e1a646d21f4bef421 (patch) | |
tree | 3a428d490afa9c335ec9ede546acd7a93c2c3abe /sysutils/fusefs-ext4fuse | |
parent | ac083c9976fcd12d5e6be910691cabe6a36f2181 (diff) |
Notes
Diffstat (limited to 'sysutils/fusefs-ext4fuse')
-rw-r--r-- | sysutils/fusefs-ext4fuse/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/fusefs-ext4fuse/Makefile b/sysutils/fusefs-ext4fuse/Makefile index be54a318904c..0cf69c914bc3 100644 --- a/sysutils/fusefs-ext4fuse/Makefile +++ b/sysutils/fusefs-ext4fuse/Makefile @@ -12,7 +12,7 @@ COMMENT= EXT4 implementation for FUSE LICENSE= GPLv2 -LIB_DEPENDS= execinfo:${PORTSDIR}/devel/libexecinfo +LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo USES= fuse pkgconfig gmake USE_GITHUB= yes |