diff options
author | asami <asami@FreeBSD.org> | 1995-10-05 20:36:18 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-10-05 20:36:18 +0800 |
commit | 1cd4758caf2f727f9457cf2af79d13cfad3a6b8a (patch) | |
tree | 90d40e62de4d219e1bf8aab0a44431dc81995593 /mail/xfmail | |
parent | cd9f503b2825496a5c5c96c59764985456472d6f (diff) | |
download | freebsd-ports-gnome-1cd4758caf2f727f9457cf2af79d13cfad3a6b8a.tar.gz freebsd-ports-gnome-1cd4758caf2f727f9457cf2af79d13cfad3a6b8a.tar.zst freebsd-ports-gnome-1cd4758caf2f727f9457cf2af79d13cfad3a6b8a.zip |
Change name of dependency, forms -> xforms.
Submitted by: Gennady Sorokopud <gena@NetVision.net.il>
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 |