diff options
author | kris <kris@FreeBSD.org> | 2002-03-25 10:32:18 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-03-25 10:32:18 +0800 |
commit | 4e53c829b8e9fadcbfc77bb76984d12f256e8a4a (patch) | |
tree | 72f657193890381aa5f2212d18c42d8a6e85830b /www | |
parent | 24801bf006e8371ac2612e2a31d976ea82458e27 (diff) | |
download | freebsd-ports-gnome-4e53c829b8e9fadcbfc77bb76984d12f256e8a4a.tar.gz freebsd-ports-gnome-4e53c829b8e9fadcbfc77bb76984d12f256e8a4a.tar.zst freebsd-ports-gnome-4e53c829b8e9fadcbfc77bb76984d12f256e8a4a.zip |
BROKEN: Does not build (duplicate strcasestr)
Diffstat (limited to 'www')
-rw-r--r-- | www/comline/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/comline/Makefile b/www/comline/Makefile index 528939df60d1..0e06b0fe2532 100644 --- a/www/comline/Makefile +++ b/www/comline/Makefile @@ -17,6 +17,8 @@ DISTFILES= w3c-libwww-4.0D.tar.gz \ MAINTAINER= ache@freebsd.org +BROKEN= "Does not build (duplicate strcasestr)" + WRKSRC= ${WRKDIR}/WWW do-build: |