diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-10-05 12:36:18 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-10-05 12:36:18 +0000 |
commit | 2b5303402ee5aa4dbf7d95539b2a68d6956e1f7b (patch) | |
tree | 9ebebb1d0d3a68192a5ea44fdcb1805ce85f0606 /mail/xfmail | |
parent | Enable xforms. (diff) |
Change name of dependency, forms -> xforms.
Submitted by: Gennady Sorokopud <gena@NetVision.net.il>
Notes
Notes:
svn path=/head/; revision=2267
Diffstat (limited to 'mail/xfmail')
-rw-r--r-- | mail/xfmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/xfmail/Makefile b/mail/xfmail/Makefile index 93ec75ee70df..de14c29e57bd 100644 --- a/mail/xfmail/Makefile +++ b/mail/xfmail/Makefile @@ -3,7 +3,7 @@ # Date created: 01 October 1995 # Whom: gena # -# $Id: Makefile,v 1.1.1.1 1995/10/03 01:20:06 jkh Exp $ +# $Id: Makefile,v 1.2 1995/10/03 06:51:55 asami Exp $ # DISTNAME= xfmail @@ -14,7 +14,7 @@ MASTER_SITES= ftp://burka.netvision.net.il/pub/xfmail/work/ MAINTAINER= gena@NetVision.net.il LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \ - forms\\.0\\.:${PORTSDIR}/x11/xforms + xforms\\.0\\.:${PORTSDIR}/x11/xforms USE_X11= yes WRKSRC= ${WRKDIR}/xfmail/ui |