diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-10-26 04:53:18 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-10-26 04:53:18 +0000 |
commit | 81a4ed7455b8983049c59b824dea95a637bcfce6 (patch) | |
tree | a2167339ac24f1aa81e0ada8d4119ef1a15c8508 /www/web500gw/Makefile | |
parent | imap-uw took this one with it when it died. (diff) |
Build broken for a.out too.
Notes
Notes:
svn path=/head/; revision=14183
Diffstat (limited to 'www/web500gw/Makefile')
-rw-r--r-- | www/web500gw/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/web500gw/Makefile b/www/web500gw/Makefile index 6c4dbf339d50..8c88add49728 100644 --- a/www/web500gw/Makefile +++ b/www/web500gw/Makefile @@ -3,7 +3,7 @@ # Date created: 30 July 1998 # Whom: Brent J. Nordquist <bjn@visi.com> # -# $Id: Makefile,v 1.3 1998/08/24 01:26:30 steve Exp $ +# $Id: Makefile,v 1.4 1998/10/15 02:08:17 jseger Exp $ # DISTNAME= web500gw-2.1b2 @@ -14,7 +14,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= bjn@visi.com -BROKEN_ELF= yes +BROKEN= build BUILD_DEPENDS= ${PREFIX}/lib/libldap.a:${PORTSDIR}/net/ldap |