From f7731c8be869e5b2f2797f9f8e2df315aa243a04 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Wed, 16 Mar 2016 12:58:16 +0000 Subject: Drop default directory from _DEPENDS in my ports https://lists.freebsd.org/pipermail/freebsd-ports/2015-October/100794.html --- games/aquaria/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'games/aquaria') 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 -- cgit v1.2.3