diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2015-03-17 09:27:33 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2015-03-17 09:27:33 +0000 |
commit | 3498816dd9244d2a30b7b8523d7f04d0fa77a611 (patch) | |
tree | e7666e775ec3135789bfe652e0ab2734d6ab9e40 /games/pioneer/Makefile | |
parent | e7e3a23858d0f2e021219e6f497e0bcaed166a0f (diff) | |
download | ports-3498816dd9244d2a30b7b8523d7f04d0fa77a611.tar.gz ports-3498816dd9244d2a30b7b8523d7f04d0fa77a611.zip |
Upgrade to 20150314.
PR: 198649
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=381475
Diffstat (limited to 'games/pioneer/Makefile')
-rw-r--r-- | games/pioneer/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/pioneer/Makefile b/games/pioneer/Makefile index ecbb6f34c1a3..08edfe7a299a 100644 --- a/games/pioneer/Makefile +++ b/games/pioneer/Makefile @@ -30,7 +30,8 @@ LICENSE_PERMS_IUP= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept LICENSE_PERMS_SIL= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept BUILD_DEPENDS= ${LOCALBASE}/include/GL/glu.h:${PORTSDIR}/graphics/libGLU -LIB_DEPENDS= libsigc-2.0.so:${PORTSDIR}/devel/libsigc++20 \ +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ + libsigc-2.0.so:${PORTSDIR}/devel/libsigc++20 \ libfreetype.so:${PORTSDIR}/print/freetype2 \ libvorbisfile.so:${PORTSDIR}/audio/libvorbis \ libpng.so:${PORTSDIR}/graphics/png \ @@ -38,7 +39,7 @@ LIB_DEPENDS= libsigc-2.0.so:${PORTSDIR}/devel/libsigc++20 \ GH_ACCOUNT= pioneerspacesim GH_PROJECT= ${PORTNAME} -GH_TAGNAME= 20150201 +GH_TAGNAME= 20150314 WRKSRC= ${WRKDIR}/${GH_PROJECT}-${GH_TAGNAME} |