Remove nonexistent configure switch.

Back to pool. I'm not interested in xine ports anymore.
This commit is contained in:
Max Brazhnikov 2012-05-13 15:46:48 +00:00
parent 1fb67add00
commit 9be95946ff
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296534

View File

@ -12,7 +12,7 @@ CATEGORIES= multimedia
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-ui/${PORTVERSION}
DISTNAME= ${PORTNAME}-ui-${PORTVERSION}
MAINTAINER= makc@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= An X11 multimedia player
BUILD_DEPENDS= update-mime-database:${PORTSDIR}/misc/shared-mime-info
@ -100,7 +100,7 @@ LIB_DEPENDS+= caca.0:${PORTSDIR}/graphics/libcaca
PLIST_SUB+= WITH_CACA=""
.else
PLIST_SUB+= WITH_CACA="@comment "
CONFIGURE_ARGS+= --without-caca --disable-cacatest
CONFIGURE_ARGS+= --without-caca
.endif
.if defined(WITH_AALIB)