diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2017-03-29 14:50:28 +0800 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2017-03-29 14:50:28 +0800 |
commit | 9cba0ef67a30ea437c7cf760e2e17ee1b435d7ab (patch) | |
tree | 3ea7a6a98fea93d62edd7b44e4c101e0dddf9589 /games | |
parent | ddebd2795922b2682efeffea1de2f9c8b7391046 (diff) | |
download | freebsd-ports-gnome-9cba0ef67a30ea437c7cf760e2e17ee1b435d7ab.tar.gz freebsd-ports-gnome-9cba0ef67a30ea437c7cf760e2e17ee1b435d7ab.tar.zst freebsd-ports-gnome-9cba0ef67a30ea437c7cf760e2e17ee1b435d7ab.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 'games')
-rw-r--r-- | games/capicity/Makefile | 6 | ||||
-rw-r--r-- | games/capitalism/Makefile | 6 | ||||
-rw-r--r-- | games/spellathon/Makefile | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/games/capicity/Makefile b/games/capicity/Makefile index 4f68da62716d..d92b0b8fa3b4 100644 --- a/games/capicity/Makefile +++ b/games/capicity/Makefile @@ -3,7 +3,7 @@ PORTNAME= capicity PORTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF/capitalism/Capi%20City/${PORTVERSION}/ DISTNAME= CapiCity_${DISTVERSION} @@ -14,8 +14,8 @@ COMMENT= Qt client for the Monopd server LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/copying.txt -LIB_DEPENDS= libpthread-stubs.so:devel/libpthread-stubs \ - libpcre.so:devel/pcre \ +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs +LIB_DEPENDS= libpcre.so:devel/pcre \ libpng.so:graphics/png \ libfreetype.so:print/freetype2 \ libexpat.so:textproc/expat2 \ diff --git a/games/capitalism/Makefile b/games/capitalism/Makefile index 5de58fa6d48d..e9d030909808 100644 --- a/games/capitalism/Makefile +++ b/games/capitalism/Makefile @@ -3,7 +3,7 @@ PORTNAME= capitalism PORTVERSION= 0.5.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/Capitalism/0.5/ EXTRACT_SUFX= .tbz @@ -14,8 +14,8 @@ COMMENT= Qt client for the Monopd server LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/copying.txt -LIB_DEPENDS= libpthread-stubs.so:devel/libpthread-stubs \ - libpcre.so:devel/pcre \ +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs +LIB_DEPENDS= libpcre.so:devel/pcre \ libpng.so:graphics/png \ libfreetype.so:print/freetype2 \ libexpat.so:textproc/expat2 \ diff --git a/games/spellathon/Makefile b/games/spellathon/Makefile index f36913fb2d68..5caeb4d3d5d2 100644 --- a/games/spellathon/Makefile +++ b/games/spellathon/Makefile @@ -3,7 +3,7 @@ PORTNAME= spellathon PORTVERSION= 6.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/Spellathon%20${PORTVERSION} @@ -12,8 +12,8 @@ COMMENT= Word game to test your English vocabulary skills LICENSE= BSD2CLAUSE -LIB_DEPENDS= libpthread-stubs.so:devel/libpthread-stubs \ - libpcre.so:devel/pcre \ +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs +LIB_DEPENDS= libpcre.so:devel/pcre \ libpng.so:graphics/png \ libfreetype.so:print/freetype2 \ libexpat.so:textproc/expat2 \ |