svn commit: r347660 - head/audio/xmms-faad

Rene Ladan rene at FreeBSD.org
Sun Mar 9 16:33:49 UTC 2014


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


More information about the svn-ports-head mailing list