diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2017-03-29 06:50:28 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2017-03-29 06:50:28 +0000 |
commit | 9cba0ef67a30ea437c7cf760e2e17ee1b435d7ab (patch) | |
tree | 3ea7a6a98fea93d62edd7b44e4c101e0dddf9589 /audio/py-karaoke | |
parent | ddebd2795922b2682efeffea1de2f9c8b7391046 (diff) |
- 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
Notes
Notes:
svn path=/head/; revision=437182
Diffstat (limited to 'audio/py-karaoke')
-rw-r--r-- | audio/py-karaoke/Makefile | 8 |
1 files changed, 4 insertions, 4 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} |