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 /games/capitalism | |
parent | ddebd2795922b2682efeffea1de2f9c8b7391046 (diff) | |
download | ports-9cba0ef67a30ea437c7cf760e2e17ee1b435d7ab.tar.gz ports-9cba0ef67a30ea437c7cf760e2e17ee1b435d7ab.zip |
Notes
Diffstat (limited to 'games/capitalism')
-rw-r--r-- | games/capitalism/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 \ |