summaryrefslogtreecommitdiff
path: root/www/httrack
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
parentBROKEN on 5.x: does not compile (diff)
BROKEN on 5.x: Does not compile
Notes
Notes: svn path=/head/; revision=100190
Diffstat (limited to 'www/httrack')
-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>