diff options
author | asami <asami@FreeBSD.org> | 1998-11-29 12:43:13 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-29 12:43:13 +0000 |
commit | 63673876d4f9da0d832c3dcdcb57e5c9c8ffccf2 (patch) | |
tree | 1192ccd4bb2724833518c7a912f03e792fe34b80 /mail/xmail | |
parent | fbcd9d32ca81ab29c4255c9b0015c3f4f4e61529 (diff) | |
download | FreeBSD-ports-63673876d4f9da0d832c3dcdcb57e5c9c8ffccf2.zip FreeBSD-ports-63673876d4f9da0d832c3dcdcb57e5c9c8ffccf2.tar.gz |
More missing dependencies.
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 1d77f49..9797c76 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 |