From 24cd2db1b26cbcf084911628a5ec8414e55a7b53 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Mon, 4 Oct 2004 07:22:54 +0000 Subject: [PATCH] Actually, this port relies on libc.so.3, so use compat3x instead of 4x. Approved by: portmgr (implicit) --- www/ssserver/Makefile | 4 ++-- 1 file 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 -.if ${OSVERSION} >= 500000 -LIB_DEPENDS+= c.4:${PORTSDIR}/misc/compat4x +.if ${OSVERSION} >= 400000 +LIB_DEPENDS+= c.3:${PORTSDIR}/misc/compat3x .endif do-install: