diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-03-16 12:58:16 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-03-16 12:58:16 +0000 |
commit | f7731c8be869e5b2f2797f9f8e2df315aa243a04 (patch) | |
tree | cd771deb19a99a0daf138afa2b966f56b7d36b63 /games/aquaria | |
parent | 9d50ebf5193ad227f1cd4d5fc99b42fdbb0ab0c1 (diff) | |
download | ports-f7731c8be869e5b2f2797f9f8e2df315aa243a04.tar.gz ports-f7731c8be869e5b2f2797f9f8e2df315aa243a04.zip |
Notes
Diffstat (limited to 'games/aquaria')
-rw-r--r-- | games/aquaria/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games/aquaria/Makefile b/games/aquaria/Makefile index d55679b1c064..5daaed23972a 100644 --- a/games/aquaria/Makefile +++ b/games/aquaria/Makefile @@ -11,11 +11,11 @@ COMMENT= Underwater 2D fantasy action-adventure (game engine) LICENSE= GPLv2+ -BUILD_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:${PORTSDIR}/math/glm -LIB_DEPENDS= libvorbisfile.so:${PORTSDIR}/audio/libvorbis \ - libftgl.so:${PORTSDIR}/graphics/ftgl \ - libpng.so:${PORTSDIR}/graphics/png \ - libtinyxml2.so:${PORTSDIR}/textproc/tinyxml2 +BUILD_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:math/glm +LIB_DEPENDS= libvorbisfile.so:audio/libvorbis \ + libftgl.so:graphics/ftgl \ + libpng.so:graphics/png \ + libtinyxml2.so:textproc/tinyxml2 USE_GITHUB= yes GH_ACCOUNT= AquariaOSE |