aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorAshish SHUKLA <ashish@FreeBSD.org>2017-03-29 06:50:28 +0000
committerAshish SHUKLA <ashish@FreeBSD.org>2017-03-29 06:50:28 +0000
commit9cba0ef67a30ea437c7cf760e2e17ee1b435d7ab (patch)
tree3ea7a6a98fea93d62edd7b44e4c101e0dddf9589 /games
parentddebd2795922b2682efeffea1de2f9c8b7391046 (diff)
downloadports-9cba0ef67a30ea437c7cf760e2e17ee1b435d7ab.tar.gz
ports-9cba0ef67a30ea437c7cf760e2e17ee1b435d7ab.zip
Notes
Diffstat (limited to 'games')
-rw-r--r--games/capicity/Makefile6
-rw-r--r--games/capitalism/Makefile6
-rw-r--r--games/spellathon/Makefile6
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 \