diff options
author | marcus <marcus@FreeBSD.org> | 2004-10-04 15:22:54 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-10-04 15:22:54 +0800 |
commit | 26635ddeb2a47132e68d45bd3b039b6ecbe7f442 (patch) | |
tree | ecb3dcc39b49972b7bec31b10d6c1332746f85e0 /www | |
parent | f42ddef20b993478130341cfd826d0de1b4d41be (diff) | |
download | freebsd-ports-gnome-26635ddeb2a47132e68d45bd3b039b6ecbe7f442.tar.gz freebsd-ports-gnome-26635ddeb2a47132e68d45bd3b039b6ecbe7f442.tar.zst freebsd-ports-gnome-26635ddeb2a47132e68d45bd3b039b6ecbe7f442.zip |
Actually, this port relies on libc.so.3, so use compat3x instead of 4x.
Approved by: portmgr (implicit)
Diffstat (limited to 'www')
-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: |