diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-11 10:04:56 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-11 10:04:56 +0000 |
commit | b3a96ed6ee9c272be4c0763868b0cc1778d550ec (patch) | |
tree | a2ab1131a1a192007181705e999f9f8b61e5e7c0 /archivers/tardy/Makefile | |
parent | e04596d72eed49b08af4f018be6a29a86e7dca5f (diff) | |
download | ports-b3a96ed6ee9c272be4c0763868b0cc1778d550ec.tar.gz ports-b3a96ed6ee9c272be4c0763868b0cc1778d550ec.zip |
Notes
Diffstat (limited to 'archivers/tardy/Makefile')
-rw-r--r-- | archivers/tardy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/tardy/Makefile b/archivers/tardy/Makefile index 555a7e6b2f01..2daa863a67b0 100644 --- a/archivers/tardy/Makefile +++ b/archivers/tardy/Makefile @@ -15,7 +15,7 @@ LICENSE= GPLv3 BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs \ ${LOCALBASE}/include/libiberty/libiberty.h:${PORTSDIR}/devel/gnulibiberty -LIB_DEPENDS= explain:${PORTSDIR}/devel/libexplain +LIB_DEPENDS= libexplain.so:${PORTSDIR}/devel/libexplain GNU_CONFIGURE= yes |