diff options
-rw-r--r-- | www/httrack/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/www/httrack/Makefile b/www/httrack/Makefile index 204d023ca04e..d3e89aabda1d 100644 --- a/www/httrack/Makefile +++ b/www/httrack/Makefile @@ -28,7 +28,13 @@ INSTALL_TARGET= bininstall libinstall config INSTALL_TARGET= install config .endif +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502000 +BROKEN= "Does not compile" +.endif + post-install: ${LN} -sf libhttrack.so.1 ${PREFIX}/lib/libhttrack.so -.include <bsd.port.mk> +.include <bsd.port.post.mk> |