diff options
Diffstat (limited to 'math/gecode/Makefile')
-rw-r--r-- | math/gecode/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/gecode/Makefile b/math/gecode/Makefile index 196c23840a94..5b2c780ecee3 100644 --- a/math/gecode/Makefile +++ b/math/gecode/Makefile @@ -46,7 +46,7 @@ FLATZINC_CONFIGURE_ENABLE= flatzinc GIST_DESC= Enable gist, graphical and interactive search tool GIST_CONFIGURE_ENABLE= gist qt GIST_USES= gl qt:5 -GIST_USE= gl=gl qt=core,gui,printsupport,widgets,qmake_build,buildtools_build +GIST_USE= gl=gl qt=core,gui,printsupport,widgets,qmake:build,buildtools:build GIST_IMPLIES= SHARED # because Qt must be built in a special way: error: "You must build your code with position independent code if Qt was built with -reduce-relocations" GIST_MAKE_ARGS= FREEBSD_LDFLAGS=-L${LOCALBASE}/lib |