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/zaz | |
parent | Remove ${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/zaz')
-rw-r--r-- | games/zaz/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/zaz/Makefile b/games/zaz/Makefile index 04de9e361aad..68dae608cb55 100644 --- a/games/zaz/Makefile +++ b/games/zaz/Makefile @@ -13,10 +13,10 @@ COMMENT= Puzzle game where the player has to arrange balls in triplets LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ - libtheora.so:${PORTSDIR}/multimedia/libtheora \ - libvorbis.so:${PORTSDIR}/audio/libvorbis \ - libftgl.so:${PORTSDIR}/graphics/ftgl +LIB_DEPENDS= libfreetype.so:print/freetype2 \ + libtheora.so:multimedia/libtheora \ + libvorbis.so:audio/libvorbis \ + libftgl.so:graphics/ftgl USES= desktop-file-utils pkgconfig tar:bzip2 GNU_CONFIGURE= yes |