diff options
author | Eric Melville <eric@FreeBSD.org> | 2002-05-29 22:16:38 +0000 |
---|---|---|
committer | Eric Melville <eric@FreeBSD.org> | 2002-05-29 22:16:38 +0000 |
commit | cbd0f47b37984cf6d02c06f247e3951a8c4bdf2e (patch) | |
tree | cc0e692a5beb9c17773d23a4796f00a1fdaf1547 | |
parent | Depend on ports sendmail if system dont have sendmail with libmilter (diff) |
Mark as broken because it does not work with the current mozilla port.
Notes
Notes:
svn path=/head/; revision=60269
-rw-r--r-- | www/skipstone/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/skipstone/Makefile b/www/skipstone/Makefile index cb2e7a50f4a6..45a3b3395c19 100644 --- a/www/skipstone/Makefile +++ b/www/skipstone/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= http://www.muhri.net/skipstone/ MAINTAINER= eric@FreeBSD.org +BROKEN= "Does not work with the current mozilla port" + BUILD_DEPENDS= ${X11BASE}/include/mozilla/gtkembedmoz/gtkmozembed.h:${PORTSDIR}/www/mozilla-headers \ ${X11BASE}/lib/mozilla-embedded/libgtkembedmoz.so:${PORTSDIR}/www/mozilla-embedded RUN_DEPENDS= ${X11BASE}/lib/mozilla-embedded/libgtkembedmoz.so:${PORTSDIR}/www/mozilla-embedded \ |