diff options
author | pav <pav@FreeBSD.org> | 2008-05-15 04:10:40 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-05-15 04:10:40 +0800 |
commit | 8959d606dcb6af2ff312af7cc56f3f819dbf0f17 (patch) | |
tree | a819c72b1d3baac4b4c5940633e1424cc938e093 /archivers | |
parent | 06b66f968415bea37c7385d2a4c2846e0084a9ed (diff) | |
download | freebsd-ports-gnome-8959d606dcb6af2ff312af7cc56f3f819dbf0f17.tar.gz freebsd-ports-gnome-8959d606dcb6af2ff312af7cc56f3f819dbf0f17.tar.zst freebsd-ports-gnome-8959d606dcb6af2ff312af7cc56f3f819dbf0f17.zip |
- Mark BROKEN on CURRENT
Reported by: pointyhat
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/star/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/archivers/star/Makefile b/archivers/star/Makefile index eacc877f84ec..881cb03285a2 100644 --- a/archivers/star/Makefile +++ b/archivers/star/Makefile @@ -25,6 +25,10 @@ MLINKS= star.1 ustar.1 .include <bsd.port.pre.mk> +if ${OSVERSION} >= 800032 +BROKEN= does not compile +.endif + post-extract: .if ${MACHINE_ARCH} != "i386" || ${CC} != "cc" @${LN} -sf i386-freebsd-cc.rul \ |