diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 1999-05-10 14:56:04 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 1999-05-10 14:56:04 +0000 |
commit | e4542eab252fe833c6fa52e731fdb43c945b724a (patch) | |
tree | 02d969198330ad4a6411689ca6316fb34053cf53 /x11-toolkits/xmhtml | |
parent | ff0b7480b572231d98de791f360c9eafc6e0df13 (diff) | |
download | ports-e4542eab252fe833c6fa52e731fdb43c945b724a.tar.gz ports-e4542eab252fe833c6fa52e731fdb43c945b724a.zip |
Notes
Diffstat (limited to 'x11-toolkits/xmhtml')
-rw-r--r-- | x11-toolkits/xmhtml/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-toolkits/xmhtml/Makefile b/x11-toolkits/xmhtml/Makefile index dfa1a3c07c54..e3053dc22e2d 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.4 1999/04/20 18:51:26 mharo Exp $ +# $Id: Makefile,v 1.5 1999/05/02 08:32:58 mharo Exp $ # DISTNAME= XmHTML-1.1.0 @@ -20,10 +20,9 @@ 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 +XMKMF= PORTOBJFORMAT=${PORTOBJFORMAT} xmkmf -a EXMP_DIR= ${PREFIX}/share/examples/${DISTNAME}/ DOCS_DIR= ${PREFIX}/share/doc/${DISTNAME}/ |