diff options
-rw-r--r-- | ftp/libfxp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ftp/libfxp/Makefile b/ftp/libfxp/Makefile index 15b0a372ce25..0f83458bc67d 100644 --- a/ftp/libfxp/Makefile +++ b/ftp/libfxp/Makefile @@ -9,11 +9,13 @@ PORTNAME= libfxp PORTVERSION= 0.1.4 CATEGORIES= ftp -MASTER_SITES= http://millweed.com/projects/libfxp/ +MASTER_SITES= # http://millweed.com/projects/libfxp/ MAINTAINER= ports@FreeBSD.org COMMENT= An ftp client library +BROKEN= "master site has disappeared, and never worked on non-i386 in any case" + USE_REINPLACE= yes USE_GMAKE= yes CFLAGS+= -I. -Ilibmillweed |