diff options
author | billf <billf@FreeBSD.org> | 1998-12-08 04:46:40 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1998-12-08 04:46:40 +0800 |
commit | 946f7419f0455c942c9d95e87f71f25fa9f964c2 (patch) | |
tree | c619f8cc37f5be45efc98968a6e8892ceb7ffad1 /mail | |
parent | e39fadba64cd546e08c93b2633f58d6852e3a8fb (diff) | |
download | freebsd-ports-gnome-946f7419f0455c942c9d95e87f71f25fa9f964c2.tar.gz freebsd-ports-gnome-946f7419f0455c942c9d95e87f71f25fa9f964c2.tar.zst freebsd-ports-gnome-946f7419f0455c942c9d95e87f71f25fa9f964c2.zip |
Remove the xforms induced "BROKEN_ELF" as xforms has been upgraded so it
works with ELF.
Also: Update xldlas's MASTER_SITE_SUBDIR as sunsite evidently restructured
in May according to Fenner's survey.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/xfmail/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/xfmail/Makefile b/mail/xfmail/Makefile index 4aa3b24f14b1..35843be7ba2c 100644 --- a/mail/xfmail/Makefile +++ b/mail/xfmail/Makefile @@ -4,7 +4,7 @@ # Date created: 30 June 1996 # Whom: gena # -# $Id: Makefile,v 1.15 1998/09/17 00:32:45 asami Exp $ +# $Id: Makefile,v 1.16 1998/09/26 23:18:06 steve Exp $ # DISTNAME= xfmail-1.3 @@ -13,8 +13,6 @@ MASTER_SITES= ftp://burka.netvision.net.il/pub/xfmail/ MAINTAINER= gena@NetVision.net.il -BROKEN_ELF= xforms is a.out only - LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ xforms.0:${PORTSDIR}/x11-toolkits/xforms |