Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Mar 2014 16:33:49 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r347660 - head/audio/xmms-faad
Message-ID:  <201403091633.s29GXnxR042354@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Sun Mar  9 16:33:48 2014
New Revision: 347660
URL: http://svnweb.freebsd.org/changeset/ports/347660
QAT: https://qat.redports.org/buildarchive/r347660/

Log:
  Remove optional dependency on multimedia/beep-media-player for bmp- prefix

Modified:
  head/audio/xmms-faad/Makefile.inc

Modified: head/audio/xmms-faad/Makefile.inc
==============================================================================
--- head/audio/xmms-faad/Makefile.inc	Sun Mar  9 16:28:24 2014	(r347659)
+++ head/audio/xmms-faad/Makefile.inc	Sun Mar  9 16:33:48 2014	(r347660)
@@ -18,14 +18,6 @@ WANT_GNOME=	yes
 DESCR=		${PORTSDIR}/audio/faad/pkg-descr
 PLIST_FILES=	${PLUGINS_DIR:S,^${PREFIX}/,,}/libmp4.so
 
-.if ${PKGNAMEPREFIX} == "bmp-"
-LIB_DEPENDS+=	libbeep.so:${PORTSDIR}/multimedia/beep-media-player
-USE_GNOME+=	gtk20
-PLUGINS_DIR=	${PREFIX}/lib/bmp/Input
-EXTRA_CFLAGS=	`pkg-config --cflags bmp` -DHAVE_BMP
-EXTRA_LDFLAGS=	`pkg-config --libs bmp`
-.endif
-
 .if ${PKGNAMEPREFIX} == "xmms-"
 LIB_DEPENDS+=	libxmms.so:${PORTSDIR}/multimedia/xmms
 USE_GNOME+=	gtk12



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403091633.s29GXnxR042354>