diff options
author | kris <kris@FreeBSD.org> | 2004-04-03 22:02:43 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-04-03 22:02:43 +0800 |
commit | 9cfdf8625f390596e53ce36961041038f880fef4 (patch) | |
tree | a7651ad7026bc3d666e9fc747db98d4006009595 /net | |
parent | d49959d34be6b131c7b63a3b50681ac4a6638acb (diff) | |
download | freebsd-ports-gnome-9cfdf8625f390596e53ce36961041038f880fef4.tar.gz freebsd-ports-gnome-9cfdf8625f390596e53ce36961041038f880fef4.tar.zst freebsd-ports-gnome-9cfdf8625f390596e53ce36961041038f880fef4.zip |
BROKEN on 5.x: Does not link
Diffstat (limited to 'net')
-rw-r--r-- | net/happystats/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/happystats/Makefile b/net/happystats/Makefile index 4266e9a2dcf1..c3dcb263247a 100644 --- a/net/happystats/Makefile +++ b/net/happystats/Makefile @@ -27,6 +27,12 @@ MAN1= happystats.1 MANCOMPRESSED= yes DOCS= AUTHORS INSTALL TODO +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502108 +BROKEN= "Does not link on FreeBSD >= 5.x" +.endif + do-configure: @cd ${WRKSRC} && ${MAKE} dep @@ -42,4 +48,4 @@ do-install: cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |