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 /sysutils/srmt | |
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 'sysutils/srmt')
-rw-r--r-- | sysutils/srmt/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/srmt/Makefile b/sysutils/srmt/Makefile index cb95e64c61a7..34f3ddbd5add 100644 --- a/sysutils/srmt/Makefile +++ b/sysutils/srmt/Makefile @@ -20,6 +20,12 @@ USE_GMAKE= yes MAKE_ENV= MAKEPROG=${GMAKE} CCOM=${CC} MAN1= srmt.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 \ @@ -43,4 +49,4 @@ do-install: fi @${CHMOD} u+s ${PREFIX}/sbin/srmt -.include <bsd.port.mk> +.include <bsd.port.post.mk> |