diff options
Diffstat (limited to 'devel/smake/Makefile')
-rw-r--r-- | devel/smake/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/smake/Makefile b/devel/smake/Makefile index 29e9cf00879f..288d61c9477e 100644 --- a/devel/smake/Makefile +++ b/devel/smake/Makefile @@ -17,7 +17,7 @@ LICENSE_FILE_CDDL= ${WRKSRC}/CDDL.Schily.txt WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/.a.*//g} USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake MAKE_ARGS= INS_BASE=${PREFIX} DEFMANBASE=. MAKE_JOBS_SAFE= yes |