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/naev | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) | |
download | ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.tar.gz ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.zip |
Notes
Diffstat (limited to 'games/naev')
-rw-r--r-- | games/naev/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/games/naev/Makefile b/games/naev/Makefile index f015cb648858..3e6d01d974b5 100644 --- a/games/naev/Makefile +++ b/games/naev/Makefile @@ -12,12 +12,12 @@ COMMENT= 2D action/RPG space game LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ - libfreetype.so:${PORTSDIR}/print/freetype2 \ - libvorbisfile.so:${PORTSDIR}/audio/libvorbis \ - libzip.so:${PORTSDIR}/archivers/libzip \ - libcsparse.so:${PORTSDIR}/math/suitesparse -RUN_DEPENDS= ${DATADIR}/ndata-${PORTVERSION}.zip:${PORTSDIR}/games/naev-data +LIB_DEPENDS= libpng.so:graphics/png \ + libfreetype.so:print/freetype2 \ + libvorbisfile.so:audio/libvorbis \ + libzip.so:archivers/libzip \ + libcsparse.so:math/suitesparse +RUN_DEPENDS= ${DATADIR}/ndata-${PORTVERSION}.zip:games/naev-data USES= autoreconf:build compiler:features gmake pkgconfig tar:bzip2 GNU_CONFIGURE= yes |