diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-13 23:36:40 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-13 23:36:40 +0000 |
commit | 3fee91136667f7b3cca62afbc9d9f01d03a2ec89 (patch) | |
tree | caf481fc0fb12e9f5b4f7e105ea42f01f77c286a /graphics/xnview | |
parent | e6ffa1f425ea668e859fae97edfd25a239614331 (diff) |
Notes
Diffstat (limited to 'graphics/xnview')
-rw-r--r-- | graphics/xnview/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/xnview/Makefile b/graphics/xnview/Makefile index afe600e67680..99d3ab3f84bb 100644 --- a/graphics/xnview/Makefile +++ b/graphics/xnview/Makefile @@ -18,7 +18,7 @@ INSTALL_SLIB= yes OPTIONS_DEFINE= DOCS -LIB_DEPENDS+= c.5:${PORTSDIR}/misc/compat5x +LIB_DEPENDS+= libc.so.5:${PORTSDIR}/misc/compat5x DISTFILES+= NConvert-x86-unknown-FreeBSD6.x.tgz WRKSRC_NC= ${WRKDIR}/NConvert |