diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-14 23:30:49 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-14 23:30:49 +0000 |
commit | 604af260c9a398c5ab281a57bae3958fd98ada74 (patch) | |
tree | 75d398ca197c43d4a50ac2f31deeec87689cff4e /www | |
parent | cab7820515db92d3da6fcebe74cc0f27842f19d1 (diff) |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/comline/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/comline/Makefile b/www/comline/Makefile index 3119e1b33c16..28f2ce80d5f0 100644 --- a/www/comline/Makefile +++ b/www/comline/Makefile @@ -3,7 +3,7 @@ # Date created: 9 Dec 1995 # Whom: ache # -# $Id: Makefile,v 1.6 1996/11/18 11:40:53 asami Exp $ +# $Id: Makefile,v 1.7 1997/07/21 17:23:13 fenner Exp $ # DISTNAME= WWW @@ -16,6 +16,8 @@ DISTFILES= w3c-libwww-4.0D.tar.gz \ MAINTAINER= ache@freebsd.org +BROKEN_ELF= -lwww + do-build: cd ${WRKSRC}; ./BUILD comline |