diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2013-07-18 10:47:01 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2013-07-18 10:47:01 +0000 |
commit | 477e2b39ba9b0701568060c00f02b2d5e5f11705 (patch) | |
tree | 5f57f2598782166eca51333c68041177f469bf40 /misc/xbiso | |
parent | 1986625cbbae9c94e52ecb17d713488b921054b3 (diff) | |
download | ports-477e2b39ba9b0701568060c00f02b2d5e5f11705.tar.gz ports-477e2b39ba9b0701568060c00f02b2d5e5f11705.zip |
Mark as BROKEN. Does not compile with new ftp/ftplib.
Notes
Notes:
svn path=/head/; revision=323221
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 |