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 --- graphics/ftgl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/ftgl') diff --git a/graphics/ftgl/Makefile b/graphics/ftgl/Makefile index f23ce3597128..80009e5cdc77 100644 --- a/graphics/ftgl/Makefile +++ b/graphics/ftgl/Makefile @@ -14,7 +14,7 @@ COMMENT= OpenGL FreeType fonts rendering library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 +LIB_DEPENDS= libfreetype.so:print/freetype2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gl-inc="${LOCALBASE}/include" \ -- cgit