diff options
Diffstat (limited to 'astro/gpsd/Makefile')
-rw-r--r-- | astro/gpsd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/astro/gpsd/Makefile b/astro/gpsd/Makefile index 6116d3d19e71..2e69fa43439b 100644 --- a/astro/gpsd/Makefile +++ b/astro/gpsd/Makefile @@ -240,8 +240,7 @@ SCONS_ARGS+= oldstyle=no .endif .if defined(WITH_QTBIND) -USE_QT_VER= 4 -QT_COMPONENTS= network +USE_QT4= network SCONS_ARGS+= libQgpsmm=yes PLIST_SUB+= QTBIND="" .else |