diff options
Diffstat (limited to 'deskutils/tuxcards/Makefile')
-rw-r--r-- | deskutils/tuxcards/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/deskutils/tuxcards/Makefile b/deskutils/tuxcards/Makefile index 36562d6e9e6f..245e08b2b650 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 |