diff options
Diffstat (limited to 'x11-toolkits/xmhtml/Makefile')
-rw-r--r-- | x11-toolkits/xmhtml/Makefile | 4 |
1 files changed, 3 insertions, 1 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 |