diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
commit | 3e4ed01146cfe2bdca465bd0e4d199341f62a0b6 (patch) | |
tree | d573ea09b2bf6be67cb497df199932da9e2707c4 /deskutils/tuxcards | |
parent | 40049f4af2200d0dcf33596508688623fc75f764 (diff) | |
download | ports-3e4ed01146cfe2bdca465bd0e4d199341f62a0b6.tar.gz ports-3e4ed01146cfe2bdca465bd0e4d199341f62a0b6.zip |
Notes
Diffstat (limited to 'deskutils/tuxcards')
-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 |