diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1997-06-22 10:46:36 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1997-06-22 10:46:36 +0000 |
commit | 3551cddd92756ac6e66a0aa5c8daf712897693ac (patch) | |
tree | 9cd526fb965094dea9d8402b941c22cff254a6fa /mail | |
parent | Change dist site (diff) |
- Update port to version 1.1
- Make link process work by adding correct dependency in Makefile
the unmodified Makefile.FreeBSD didn't build libcompface in ../compface
- The WWW page claims, that you need at least the xforms 0.86 lib, so
I specified the library dependency in port's Makefile more specific.
- Well, since I spent some work on it ... I'll maintain the port in the
future.
Notes
Notes:
svn path=/head/; revision=7036
Diffstat (limited to 'mail')
-rw-r--r-- | mail/xfmail/Makefile | 10 | ||||
-rw-r--r-- | mail/xfmail/distinfo | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/xfmail/Makefile b/mail/xfmail/Makefile index d6e023f477d4..7f59d4cb75cb 100644 --- a/mail/xfmail/Makefile +++ b/mail/xfmail/Makefile @@ -1,20 +1,20 @@ # New ports collection makefile for: xfmail # http://Burka.NetVision.net.il/xfmail/xfmail.html -# Version required: 1.0 +# Version required: 1.1 # Date created: 30 June 1996 # Whom: gena # -# $Id: Makefile,v 1.7 1996/11/17 07:42:58 obrien Exp $ +# $Id: Makefile,v 1.8 1997/01/10 04:59:16 ache Exp $ # -DISTNAME= xfmail-1.0 +DISTNAME= xfmail-1.1 CATEGORIES= mail MASTER_SITES= ftp://burka.netvision.net.il/pub/xfmail/ -MAINTAINER= gena@NetVision.net.il +MAINTAINER= andreas@FreeBSD.ORG LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \ - xforms\\.0\\.:${PORTSDIR}/x11/xforms + xforms\\.0\\.86:${PORTSDIR}/x11/xforms WRKSRC= ${WRKDIR}/xfmail/ui USE_X11= yes diff --git a/mail/xfmail/distinfo b/mail/xfmail/distinfo index 2ab8d607e8fe..552f42fc90cf 100644 --- a/mail/xfmail/distinfo +++ b/mail/xfmail/distinfo @@ -1 +1 @@ -MD5 (xfmail-1.0.tar.gz) = 198cdb2e08a88d3ba3799e75f19b288a +MD5 (xfmail-1.1.tar.gz) = 8a2ea70027246c0bae8cfc8dc5f6c8a8 |