summaryrefslogtreecommitdiffstats
path: root/deskutils/tuxcards/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/tuxcards/Makefile')
-rw-r--r--deskutils/tuxcards/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/deskutils/tuxcards/Makefile b/deskutils/tuxcards/Makefile
index 36562d6..245e08b 100644
--- a/deskutils/tuxcards/Makefile
+++ b/deskutils/tuxcards/Makefile
@@ -23,10 +23,10 @@ MAKE_ENV= QTDIR="${QT_PREFIX}"
.include <bsd.port.pre.mk>
# Add this condititonal while people might still have old versions
-# of qmake, living in X11BASE, installed. This should go away eventually.
+# of qmake, living in LOCALBASE, installed. This should go away eventually.
-.if exists(${X11BASE}/share/qt/mkspecs/freebsd-g++)
-QMAKESPEC= ${X11BASE}/share/qt/mkspecs/freebsd-g++
+.if exists(${LOCALBASE}/share/qt/mkspecs/freebsd-g++)
+QMAKESPEC= ${LOCALBASE}/share/qt/mkspecs/freebsd-g++
.else
QMAKESPEC= ${LOCALBASE}/share/qt/mkspecs/freebsd-g++
.endif
OpenPOWER on IntegriCloud