diff options
Diffstat (limited to 'graphics/hs-hgl/Makefile')
-rw-r--r-- | graphics/hs-hgl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/hs-hgl/Makefile b/graphics/hs-hgl/Makefile index f297f8fd32da..722c5a2795af 100644 --- a/graphics/hs-hgl/Makefile +++ b/graphics/hs-hgl/Makefile @@ -28,7 +28,7 @@ HGL_DOCS= ${PREFIX}/share/doc/hs-hgl BUILD_WRKSRC= ${WRKSRC}/lib/x11 MAKE_ARGS= system=FreeBSD \ hugs_install=${HGL_LIBS} \ - X_dir=${X11BASE} \ + X_dir=${LOCALBASE} \ CC=${CC} ALL_TARGET= all |