diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-26 23:18:10 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-26 23:18:10 +0000 |
commit | 5d04b9652f5ce026a99179fb4e897458aa0cf019 (patch) | |
tree | 1fd9b721babd6d1cb3a4e6d2f0a8f6e462eedf56 /mail/xfmail | |
parent | Mark broken for ELF since the pre-built library is a.out only. (diff) |
Mark broken for ELF because of xforms port.
Notes
Notes:
svn path=/head/; revision=13406
Diffstat (limited to 'mail/xfmail')
-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 9e9cea935957..4aa3b24f14b1 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 |