aboutsummaryrefslogtreecommitdiff
path: root/www/ssserver/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/ssserver/Makefile')
-rw-r--r--www/ssserver/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/www/ssserver/Makefile b/www/ssserver/Makefile
index 371212e7983d..5bee874924f1 100644
--- a/www/ssserver/Makefile
+++ b/www/ssserver/Makefile
@@ -18,6 +18,12 @@ NO_BUILD= yes
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
+.endif
+
do-install:
@${MKDIR} ${PREFIX}/www/cgi-bin/ssserverdata
@${INSTALL_PROGRAM} ${WRKSRC}/ssserver ${PREFIX}/www/cgi-bin
@@ -83,4 +89,4 @@ do-install:
post-install:
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>