diff options
author | tijl <tijl@FreeBSD.org> | 2013-07-18 18:47:01 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2013-07-18 18:47:01 +0800 |
commit | 4ec4e9d7deff7888ccc0eaf3fa860b55c39358a0 (patch) | |
tree | 5f57f2598782166eca51333c68041177f469bf40 /misc/xbiso | |
parent | 7733ae1b1c1f36daae31b18f99534fef5fe28feb (diff) | |
download | freebsd-ports-gnome-4ec4e9d7deff7888ccc0eaf3fa860b55c39358a0.tar.gz freebsd-ports-gnome-4ec4e9d7deff7888ccc0eaf3fa860b55c39358a0.tar.zst freebsd-ports-gnome-4ec4e9d7deff7888ccc0eaf3fa860b55c39358a0.zip |
Mark as BROKEN. Does not compile with new ftp/ftplib.
Diffstat (limited to 'misc/xbiso')
-rw-r--r-- | misc/xbiso/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/misc/xbiso/Makefile b/misc/xbiso/Makefile index 8405ac312d25..dbc12b21fe72 100644 --- a/misc/xbiso/Makefile +++ b/misc/xbiso/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: xbiso -# Date created: Jan 28, 2004 -# Whom: ijliao ij -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= xbiso PORTVERSION= 0.6.1 @@ -16,6 +11,8 @@ COMMENT= XBox xdvdfs iso extraction utility LIB_DEPENDS= ftp.3:${PORTSDIR}/ftp/ftplib +BROKEN= Does not compile with ftplib>=4.0 + GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |