summaryrefslogtreecommitdiff
path: root/games/pokerth
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:00:51 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:00:51 +0000
commit4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch)
tree78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /games/pokerth
parentRemove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c. (diff)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412346
Diffstat (limited to 'games/pokerth')
-rw-r--r--games/pokerth/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/games/pokerth/Makefile b/games/pokerth/Makefile
index 137f078f5506..6796188ce064 100644
--- a/games/pokerth/Makefile
+++ b/games/pokerth/Makefile
@@ -14,14 +14,14 @@ COMMENT= Poker game written in C++/Qt4
LICENSE= AGPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
-LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs \
- libmikmod.so:${PORTSDIR}/audio/libmikmod \
- libgnutls.so:${PORTSDIR}/security/gnutls \
- libcurl.so:${PORTSDIR}/ftp/curl \
- libgsasl.so:${PORTSDIR}/security/gsasl \
- libtinyxml.so:${PORTSDIR}/textproc/tinyxml \
- libprotobuf.so:${PORTSDIR}/devel/protobuf
-BUILD_DEPENDS= ${LOCALBASE}/include/libircclient.h:${PORTSDIR}/irc/libircclient
+LIB_DEPENDS= libboost_thread.so:devel/boost-libs \
+ libmikmod.so:audio/libmikmod \
+ libgnutls.so:security/gnutls \
+ libcurl.so:ftp/curl \
+ libgsasl.so:security/gsasl \
+ libtinyxml.so:textproc/tinyxml \
+ libprotobuf.so:devel/protobuf
+BUILD_DEPENDS= ${LOCALBASE}/include/libircclient.h:irc/libircclient
USES= iconv gmake qmake tar:bzip2
USE_QT4= gui corelib network sql sql-sqlite3 \