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/asc | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) | |
download | ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.tar.gz ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.zip |
Notes
Diffstat (limited to 'games/asc')
-rw-r--r-- | games/asc/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/games/asc/Makefile b/games/asc/Makefile index 7c7ceb697dc1..1ae9b0aac866 100644 --- a/games/asc/Makefile +++ b/games/asc/Makefile @@ -16,13 +16,13 @@ COMMENT= Turn based, multiplayer strategic game with nice graphics LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip +BUILD_DEPENDS= zip:archivers/zip RUN_DEPENDS:= ${BUILD_DEPENDS} -LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis \ - libboost_regex.so:${PORTSDIR}/devel/boost-libs \ - libsigc-2.0.so:${PORTSDIR}/devel/libsigc++20 \ - libexpat.so:${PORTSDIR}/textproc/expat2 \ - libloki.so:${PORTSDIR}/devel/loki +LIB_DEPENDS= libvorbis.so:audio/libvorbis \ + libboost_regex.so:devel/boost-libs \ + libsigc-2.0.so:devel/libsigc++20 \ + libexpat.so:textproc/expat2 \ + libloki.so:devel/loki USES= compiler:c++11-lib gmake libtool lua perl5 pkgconfig tar:bzip2 USE_CXXSTD= c++11 @@ -57,7 +57,7 @@ OPTIONS_DEFINE= MUSIC XVID MUSIC_DESC= Install extra music files MUSIC_DISTFILES= ${ASC_MUSICS:S,$,:music,} MUSIC_PLIST_FILES= ${ASC_MUSICS:S,^,%%DATADIR%%/music/,} -XVID_LIB_DEPENDS= libxvidcore.so:${PORTSDIR}/multimedia/xvid +XVID_LIB_DEPENDS= libxvidcore.so:multimedia/xvid XVID_CONFIGURE_ENV_OFF= ac_cv_lib_xvidcore_xvid_encore=no ASC_MUSICS= frontiers.ogg time_to_strike.ogg machine_wars.ogg |