aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-07-11 05:28:56 +0800
committerbapt <bapt@FreeBSD.org>2013-07-11 05:28:56 +0800
commit89fa4b30769741751f355514c3275dfa94011df4 (patch)
tree54a54dca395db82704b22a4ff9ba1391e9b102c6 /graphics
parent89f391bff5b2a0c7accd7eeb2e0e2949354200b4 (diff)
downloadfreebsd-ports-gnome-89fa4b30769741751f355514c3275dfa94011df4.tar.gz
freebsd-ports-gnome-89fa4b30769741751f355514c3275dfa94011df4.tar.zst
freebsd-ports-gnome-89fa4b30769741751f355514c3275dfa94011df4.zip
Fix PORTSDIR not already defined by using relative path
Diffstat (limited to 'graphics')
-rw-r--r--graphics/pure-gl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/pure-gl/Makefile b/graphics/pure-gl/Makefile
index 8b830ac130a2..95ba691dc434 100644
--- a/graphics/pure-gl/Makefile
+++ b/graphics/pure-gl/Makefile
@@ -16,5 +16,5 @@ USE_GL= glut
MAKE_ARGS+= LinkGL="-lglut -lGLU -lGL"
-.include "${PORTSDIR}/lang/pure/bsd.pure.mk"
+.include "${.CURDIR}/../../lang/pure/bsd.pure.mk"
.include <bsd.port.mk>