diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-06 23:06:46 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-06 23:06:46 +0000 |
commit | 82e76bb1b5f3aa1d200f1b0dab174d559525f05a (patch) | |
tree | 7741eccd0f6006f77ef30e46ebb01a684e6180e7 /www/httrack | |
parent | BROKEN 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/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> |