diff options
author | Steve Price <steve@FreeBSD.org> | 1999-06-08 22:15:15 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-06-08 22:15:15 +0000 |
commit | 593990a1e7facf9088b13e1e7a8c9dc27ff0500d (patch) | |
tree | 51f7d4b742d415b6b72876445aaadf57ea3b296d /mail | |
parent | Update to version 1.11. (diff) |
The xforms ports is no longer an i386-only port.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/xfmail/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/mail/xfmail/Makefile b/mail/xfmail/Makefile index 3a910757b364..6cffe4bb1020 100644 --- a/mail/xfmail/Makefile +++ b/mail/xfmail/Makefile @@ -4,7 +4,7 @@ # Date created: 30 June 1996 # Whom: gena # -# $Id: Makefile,v 1.17 1998/12/07 20:46:39 billf Exp $ +# $Id: Makefile,v 1.18 1999/01/07 08:19:41 simokawa Exp $ # DISTNAME= xfmail-1.3 @@ -16,9 +16,6 @@ MAINTAINER= gena@NetVision.net.il LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ xforms.0:${PORTSDIR}/x11-toolkits/xforms -# depends on xforms -ONLY_FOR_ARCHS= i386 - USE_X_PREFIX= yes GNU_CONFIGURE= yes MAN1= xfmail.1 |