diff options
-rw-r--r-- | www/ssserver/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ssserver/Makefile b/www/ssserver/Makefile index 5bee874924f1..ac7172b132df 100644 --- a/www/ssserver/Makefile +++ b/www/ssserver/Makefile @@ -20,8 +20,8 @@ INSTALL_RWDATA= ${INSTALL} ${COPY} -o ${SHAREOWN} -g ${SHAREGRP} -m 666 .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 500000 -LIB_DEPENDS+= c.4:${PORTSDIR}/misc/compat4x +.if ${OSVERSION} >= 400000 +LIB_DEPENDS+= c.3:${PORTSDIR}/misc/compat3x .endif do-install: |