diff options
author | steve <steve@FreeBSD.org> | 1998-09-26 23:18:10 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-09-26 23:18:10 +0000 |
commit | 719aa84d31e0fdccc5dc0336a51434143e872b1c (patch) | |
tree | 437f27df0128c613f334b015618ef67d00f4e0ab /mail | |
parent | 386199ca7ca2e2f8b9e31cc115b1f82a46d4437a (diff) | |
download | FreeBSD-ports-719aa84d31e0fdccc5dc0336a51434143e872b1c.zip FreeBSD-ports-719aa84d31e0fdccc5dc0336a51434143e872b1c.tar.gz |
Mark broken for ELF because of xforms port.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/xfmail/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/xfmail/Makefile b/mail/xfmail/Makefile index 9e9cea9..4aa3b24 100644 --- a/mail/xfmail/Makefile +++ b/mail/xfmail/Makefile @@ -4,7 +4,7 @@ # Date created: 30 June 1996 # Whom: gena # -# $Id: Makefile,v 1.14 1998/09/15 11:13:28 asami Exp $ +# $Id: Makefile,v 1.15 1998/09/17 00:32:45 asami Exp $ # DISTNAME= xfmail-1.3 @@ -13,8 +13,10 @@ 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\\.88\\.1:${PORTSDIR}/x11-toolkits/xforms + xforms.0:${PORTSDIR}/x11-toolkits/xforms USE_X_PREFIX= yes GNU_CONFIGURE= yes |