diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-03-16 20:58:16 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-03-16 20:58:16 +0800 |
commit | b36023e07460f760eb9afa1b4c73d043374a7968 (patch) | |
tree | cd771deb19a99a0daf138afa2b966f56b7d36b63 /games/aquaria | |
parent | 58122f740c9d77b55ddf1a61f7e62eb310013e80 (diff) | |
download | freebsd-ports-gnome-b36023e07460f760eb9afa1b4c73d043374a7968.tar.gz freebsd-ports-gnome-b36023e07460f760eb9afa1b4c73d043374a7968.tar.zst freebsd-ports-gnome-b36023e07460f760eb9afa1b4c73d043374a7968.zip |
Drop default directory from _DEPENDS in my ports
https://lists.freebsd.org/pipermail/freebsd-ports/2015-October/100794.html
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 |