diff options
author | eivind <eivind@FreeBSD.org> | 2002-01-30 02:44:19 +0800 |
---|---|---|
committer | eivind <eivind@FreeBSD.org> | 2002-01-30 02:44:19 +0800 |
commit | 7d14e4b67f8afea1152e5956f6788739bb2a56f6 (patch) | |
tree | 62a192eef9a2b4a3be8494950a27b320df4c5376 /security | |
parent | a8cea3a9d9da0bc3183cd9d94852720a11fd55a8 (diff) | |
download | freebsd-ports-gnome-7d14e4b67f8afea1152e5956f6788739bb2a56f6.tar.gz freebsd-ports-gnome-7d14e4b67f8afea1152e5956f6788739bb2a56f6.tar.zst freebsd-ports-gnome-7d14e4b67f8afea1152e5956f6788739bb2a56f6.zip |
Mark this as broken for a couple of days; while committing it, addport
triggered a problem, and I just discovered that I need to change the
configuration format to properly handle it.
Diffstat (limited to 'security')
-rw-r--r-- | security/safesh/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/safesh/Makefile b/security/safesh/Makefile index d37fbc4aa05a..47068e25a168 100644 --- a/security/safesh/Makefile +++ b/security/safesh/Makefile @@ -15,6 +15,8 @@ DISTFILES= # none MAINTAINER= eivind@FreeBSD.org +BROKEN="Incompatible upgrade coming shortly" + NO_BUILD= yes NO_WRKSUBDIR= yes |