diff options
author | ashish <ashish@FreeBSD.org> | 2017-03-29 14:50:28 +0800 |
---|---|---|
committer | ashish <ashish@FreeBSD.org> | 2017-03-29 14:50:28 +0800 |
commit | 6bec7428ec6f09940f5aaacbfc2a923bf020d810 (patch) | |
tree | 3ea7a6a98fea93d62edd7b44e4c101e0dddf9589 /audio | |
parent | 1d26a8a1096d70252cc2241aa77b7f4673b09e51 (diff) | |
download | freebsd-ports-gnome-6bec7428ec6f09940f5aaacbfc2a923bf020d810.tar.gz freebsd-ports-gnome-6bec7428ec6f09940f5aaacbfc2a923bf020d810.tar.zst freebsd-ports-gnome-6bec7428ec6f09940f5aaacbfc2a923bf020d810.zip |
- Update devel/libpthread-stubs to 0.4
- Chase libpthread-stubs update, and also switch to BUILD_DEPENDS
from LIB_DEPENDS, as port is now only .pc file
PR: 218015
Submitted by: rezny
Diffstat (limited to 'audio')
-rw-r--r-- | audio/py-karaoke/Makefile | 8 | ||||
-rw-r--r-- | audio/xmms-curses/Makefile | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/audio/py-karaoke/Makefile b/audio/py-karaoke/Makefile index 52b25d4dffc1..3c1672a3822c 100644 --- a/audio/py-karaoke/Makefile +++ b/audio/py-karaoke/Makefile @@ -3,7 +3,7 @@ PORTNAME= karaoke PORTVERSION= 0.7.5 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= audio python MASTER_SITES= SF/py${PORTNAME}/py${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,9 +14,9 @@ COMMENT= Python karaoke application (Plays CD+G, MP3+G, OGG+G files) LICENSE= LGPL21+ -BUILD_DEPENDS= ${PYGAME} -LIB_DEPENDS= libpthread-stubs.so:devel/libpthread-stubs \ - libaa.so:graphics/aalib +BUILD_DEPENDS= ${PYGAME} \ + ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs +LIB_DEPENDS= libaa.so:graphics/aalib RUN_DEPENDS= dejavu>0:x11-fonts/dejavu \ ${PYGAME} \ ${PYNUMPY} diff --git a/audio/xmms-curses/Makefile b/audio/xmms-curses/Makefile index 71a064997031..b4faafe731fa 100644 --- a/audio/xmms-curses/Makefile +++ b/audio/xmms-curses/Makefile @@ -3,16 +3,16 @@ PORTNAME= xmms-curses PORTVERSION= 0.2.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Ncurses program for (remote) controlling multimedia/xmms -BUILD_DEPENDS= xmms:multimedia/xmms +BUILD_DEPENDS= xmms:multimedia/xmms \ + ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs RUN_DEPENDS= xmms:multimedia/xmms -LIB_DEPENDS= libpthread-stubs.so:devel/libpthread-stubs USES= gettext iconv ncurses USE_GNOME= gtk12 |