diff options
author | kris <kris@FreeBSD.org> | 2003-05-18 20:18:54 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-05-18 20:18:54 +0800 |
commit | 5c0941bc08fddceefefb8d87a3c6c37c3b5b4095 (patch) | |
tree | 5b1728bd667f60ecf24e4756b37dd51cb7e02359 /security/slush/Makefile | |
parent | f3581bac88feccffdf04d0c140510b5e106754fa (diff) | |
download | freebsd-ports-gnome-5c0941bc08fddceefefb8d87a3c6c37c3b5b4095.tar.gz freebsd-ports-gnome-5c0941bc08fddceefefb8d87a3c6c37c3b5b4095.tar.zst freebsd-ports-gnome-5c0941bc08fddceefefb8d87a3c6c37c3b5b4095.zip |
BROKEN on 5.1: does not compile
Diffstat (limited to 'security/slush/Makefile')
-rw-r--r-- | security/slush/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/slush/Makefile b/security/slush/Makefile index 7b0bb0511c62..7433404aa138 100644 --- a/security/slush/Makefile +++ b/security/slush/Makefile @@ -24,6 +24,10 @@ USE_OPENSSL= YES BROKEN= does not build .endif +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile" +.endif + do-install: .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/slush |