diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-04-20 18:51:26 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-04-20 18:51:26 +0000 |
commit | 5072ade7ecbe0f717bfd747e9e4c98f49ae46e59 (patch) | |
tree | f93130d274c13141341382de70477225ce4fce06 /x11-toolkits/xmhtml | |
parent | 0bfe1ec32eb986c1b2b0058a510cf6609b9ad7af (diff) | |
download | ports-5072ade7ecbe0f717bfd747e9e4c98f49ae46e59.tar.gz ports-5072ade7ecbe0f717bfd747e9e4c98f49ae46e59.zip |
Notes
Diffstat (limited to 'x11-toolkits/xmhtml')
-rw-r--r-- | x11-toolkits/xmhtml/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-toolkits/xmhtml/Makefile b/x11-toolkits/xmhtml/Makefile index da1a55cf58a3..766f46550d68 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.2 1999/02/22 07:35:20 asami Exp $ +# $Id: Makefile,v 1.3 1999/04/12 08:17:27 asami Exp $ # DISTNAME= XmHTML-1.1.0 @@ -17,6 +17,9 @@ PATCHFILES= patch-102697.gz MAINTAINER= thepish@freebsd.org +LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \ + jpeg.9:${PORTSDIR}/graphics/jpeg + REQUIRES_MOTIF= yes USE_IMAKE= yes |