diff options
author | kris <kris@FreeBSD.org> | 2003-10-15 12:53:14 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-10-15 12:53:14 +0800 |
commit | cc125d035e88ea9cefffd1d18e9245fdaa55394a (patch) | |
tree | 3d559da102d2e0671845a6439272581867ad9f12 /astro | |
parent | d936aa428487e50218d7d1ac943766aab8602f14 (diff) | |
download | freebsd-ports-gnome-cc125d035e88ea9cefffd1d18e9245fdaa55394a.tar.gz freebsd-ports-gnome-cc125d035e88ea9cefffd1d18e9245fdaa55394a.tar.zst freebsd-ports-gnome-cc125d035e88ea9cefffd1d18e9245fdaa55394a.zip |
BROKEN On 5.x: does not compile
Diffstat (limited to 'astro')
-rw-r--r-- | astro/luna/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/astro/luna/Makefile b/astro/luna/Makefile index 858f70ceaea5..acb09d8e60d7 100644 --- a/astro/luna/Makefile +++ b/astro/luna/Makefile @@ -24,4 +24,10 @@ EXTRACT_AFTER_ARGS= # empty NO_WRKSUBDIR= yes MAKEFILE= makefile -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 501000 +BROKEN= "Does not compile" +.endif + +.include <bsd.port.post.mk> |