diff options
author | andreas <andreas@FreeBSD.org> | 1997-06-22 18:46:36 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1997-06-22 18:46:36 +0800 |
commit | c37dfd8f5753bc1b3f1c29c0b4a3dabc1045562b (patch) | |
tree | f63ea68554a486801eb0060ff420575040273d04 /mail/xfmail | |
parent | b11fce285b6e28bd6656b89e9fdc36a772421b6b (diff) | |
download | freebsd-ports-gnome-c37dfd8f5753bc1b3f1c29c0b4a3dabc1045562b.tar.gz freebsd-ports-gnome-c37dfd8f5753bc1b3f1c29c0b4a3dabc1045562b.tar.zst freebsd-ports-gnome-c37dfd8f5753bc1b3f1c29c0b4a3dabc1045562b.zip |
- 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.
Diffstat (limited to 'mail/xfmail')
-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 |