aboutsummaryrefslogtreecommitdiff
path: root/www/httrack/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-06 23:06:46 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-06 23:06:46 +0000
commit82e76bb1b5f3aa1d200f1b0dab174d559525f05a (patch)
tree7741eccd0f6006f77ef30e46ebb01a684e6180e7 /www/httrack/Makefile
parentba774ae640ba835e7a4bf27c4e0eef3e89c627e0 (diff)
downloadports-82e76bb1b5f3aa1d200f1b0dab174d559525f05a.tar.gz
ports-82e76bb1b5f3aa1d200f1b0dab174d559525f05a.zip
Notes
Diffstat (limited to 'www/httrack/Makefile')
-rw-r--r--www/httrack/Makefile8
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>