diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-14 18:42:04 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-14 18:42:04 +0000 |
commit | ffb7170399b77f34a48875ad6468eb796f00aed3 (patch) | |
tree | 3a1e4c5d813ec945366f43d48f94fa325ba0ead9 /www/abyssws/Makefile | |
parent | c60af5b21ccf5bfc632b51afe126bbc7dac29ddd (diff) |
Notes
Diffstat (limited to 'www/abyssws/Makefile')
-rw-r--r-- | www/abyssws/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/abyssws/Makefile b/www/abyssws/Makefile index 3b925d86e16c..94b408ac24cb 100644 --- a/www/abyssws/Makefile +++ b/www/abyssws/Makefile @@ -24,7 +24,7 @@ NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} >= 700043 -LIB_DEPENDS+= c.6:${PORTSDIR}/misc/compat6x +LIB_DEPENDS+= libc.so.6:${PORTSDIR}/misc/compat6x .endif pre-install: |