diff options
author | mharo <mharo@FreeBSD.org> | 1999-05-02 16:33:04 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-05-02 16:33:04 +0800 |
commit | 81a6b64d87b7458de2d91d15df3c33d80869973c (patch) | |
tree | a6f1fcc323dbba1e438b41e91d1689184c1164a6 /x11-toolkits/xmhtml | |
parent | 13cb811f6f2653661c57d8ec8a57ef5a5ae8fb91 (diff) | |
download | freebsd-ports-gnome-81a6b64d87b7458de2d91d15df3c33d80869973c.tar.gz freebsd-ports-gnome-81a6b64d87b7458de2d91d15df3c33d80869973c.tar.zst freebsd-ports-gnome-81a6b64d87b7458de2d91d15df3c33d80869973c.zip |
Mark as BROKEN (doesn't support MOTIFLIB) That is the error bento shows, but
I'm getting a different error, which I'm unable to solve right now.
Also update DESCR with WWW:
Diffstat (limited to 'x11-toolkits/xmhtml')
-rw-r--r-- | x11-toolkits/xmhtml/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/xmhtml/pkg-descr | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/x11-toolkits/xmhtml/Makefile b/x11-toolkits/xmhtml/Makefile index 766f46550d68..dfa1a3c07c54 100644 --- a/x11-toolkits/xmhtml/Makefile +++ b/x11-toolkits/xmhtml/Makefile @@ -3,7 +3,7 @@ # Date created: 18 Feb 1999 # Whom: Peter Hawkins <thepish@freebsd.org> # -# $Id: Makefile,v 1.3 1999/04/12 08:17:27 asami Exp $ +# $Id: Makefile,v 1.4 1999/04/20 18:51:26 mharo Exp $ # DISTNAME= XmHTML-1.1.0 @@ -20,6 +20,8 @@ MAINTAINER= thepish@freebsd.org LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg +BROKEN= "doesn't support MOTIFLIB" + REQUIRES_MOTIF= yes USE_IMAKE= yes diff --git a/x11-toolkits/xmhtml/pkg-descr b/x11-toolkits/xmhtml/pkg-descr index 9bd4e374dab3..a5faf140cc7a 100644 --- a/x11-toolkits/xmhtml/pkg-descr +++ b/x11-toolkits/xmhtml/pkg-descr @@ -11,6 +11,6 @@ comes with four examples demonstrating possible use of the XmHTML widget. XmHTML is currently in Beta stage and publically available. Mailing list: Majordomo@simplicity.net -- Source: http://www.xs4all.nl/~ripley/XmHTML/ +WWW: http://www.xs4all.nl/~ripley/XmHTML/ Peter Hawkins <thepish@FreeBSD.org> |