diff options
Diffstat (limited to 'freebsd/dependencies/tqt3/Makefile')
-rw-r--r-- | freebsd/dependencies/tqt3/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/freebsd/dependencies/tqt3/Makefile b/freebsd/dependencies/tqt3/Makefile index b6d89e859..2ac5a6154 100644 --- a/freebsd/dependencies/tqt3/Makefile +++ b/freebsd/dependencies/tqt3/Makefile @@ -17,7 +17,9 @@ DIST_SUBDIR= TDE/dependencies PREFIX= ${LOCALBASE} -USES+= fmake +# For TQt3 is used FreeBSD make +# Remove gmake from USES +USES=${USES/gmake//} BUILD_DEPENDS+= tqmake:${PORTSDIR}/x11/trinity/dependencies/tqmake |