diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /games/0ad | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) |
Notes
Diffstat (limited to 'games/0ad')
-rw-r--r-- | games/0ad/Makefile | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/games/0ad/Makefile b/games/0ad/Makefile index 9ce232b38f93..095eb8e7326f 100644 --- a/games/0ad/Makefile +++ b/games/0ad/Makefile @@ -10,17 +10,17 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}-alpha-unix-build.tar.xz \ MAINTAINER= madpilot@FreeBSD.org COMMENT= Real-time strategy (RTS) game of ancient warfare -BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ - cmake:${PORTSDIR}/devel/cmake -LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs \ - libpng.so:${PORTSDIR}/graphics/png \ - libogg.so:${PORTSDIR}/audio/libogg \ - libvorbis.so:${PORTSDIR}/audio/libvorbis \ - libcurl.so:${PORTSDIR}/ftp/curl \ - libgloox.so:${PORTSDIR}/net-im/gloox \ - libminiupnpc.so:${PORTSDIR}/net/miniupnpc \ - libnspr4.so:${PORTSDIR}/devel/nspr \ - libenet.so:${PORTSDIR}/net/enet +BUILD_DEPENDS= zip:archivers/zip \ + cmake:devel/cmake +LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ + libpng.so:graphics/png \ + libogg.so:audio/libogg \ + libvorbis.so:audio/libvorbis \ + libcurl.so:ftp/curl \ + libgloox.so:net-im/gloox \ + libminiupnpc.so:net/miniupnpc \ + libnspr4.so:devel/nspr \ + libenet.so:net/enet WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-alpha BUILD_WRKSRC= ${WRKSRC}/build/workspaces/gcc |