diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-29 12:43:13 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-29 12:43:13 +0000 |
commit | 5e0762a9564e268d4b9082c6548617a78306a15a (patch) | |
tree | 26fbb7dc3029f5ab0e53731f050deadcaac8f40f /mail/xmail | |
parent | fce6571b9b5fb9d0680de83eb6139b8903708bb0 (diff) |
Notes
Diffstat (limited to 'mail/xmail')
-rw-r--r-- | mail/xmail/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/xmail/Makefile b/mail/xmail/Makefile index 1d77f49d5a8c..9797c76d3a8a 100644 --- a/mail/xmail/Makefile +++ b/mail/xmail/Makefile @@ -3,7 +3,7 @@ # Date created: 15 July 1997 # Whom: Stephen Roznowski <sjr1@flash.net> # -# $Id: Makefile,v 1.2 1998/01/09 04:59:36 andreas Exp $ +# $Id: Makefile,v 1.3 1998/08/25 00:44:27 asami Exp $ # DISTNAME= xmail_1.6 @@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= applications MAINTAINER= andreas@FreeBSD.ORG +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm + USE_IMAKE= yes MAN1= xmail.1 MANCOMPRESSED= no |