From 148314483d3098c0d6a33944f1190842e671502f Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 1 Apr 2016 14:00:51 +0000 Subject: Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g. With hat: portmgr Sponsored by: Absolight --- games/glaxium/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games/glaxium') diff --git a/games/glaxium/Makefile b/games/glaxium/Makefile index 1694a9003f69..dc6e8fa6f880 100644 --- a/games/glaxium/Makefile +++ b/games/glaxium/Makefile @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= makc@FreeBSD.org COMMENT= OpenGL based space-ship "shoot-em-up" game -LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png +LIB_DEPENDS= libpng.so:graphics/png USES= dos2unix gmake USE_SDL= sdl mixer -- cgit