mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
audio/cpp-xmms2: unbreak with boost 1.69
===> cpp-xmms2-0.8_17 depends on shared library: libboost_signals.so - not found PR: 232525
This commit is contained in:
parent
a3b28dca0b
commit
e34e8485bc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=483091
@ -1,15 +1,15 @@
|
||||
# Created by: Alexander Botero-Lowry <alex@foxybanana.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 17
|
||||
PORTREVISION= 18
|
||||
CATEGORIES= audio
|
||||
PKGNAMEPREFIX= cpp-
|
||||
|
||||
MAINTAINER= madpilot@FreeBSD.org
|
||||
COMMENT= C++ Bindings for XMMS2
|
||||
|
||||
LIB_DEPENDS+= libboost_signals.so:devel/boost-libs \
|
||||
libxmmsclient.so:audio/xmms2
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/boost/bind.hpp:devel/boost-libs
|
||||
LIB_DEPENDS= libxmmsclient.so:audio/xmms2
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../xmms2
|
||||
USES= ssl
|
||||
|
Loading…
Reference in New Issue
Block a user