diff options
author | miwi <miwi@FreeBSD.org> | 2014-05-26 20:53:38 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-05-26 20:53:38 +0800 |
commit | a290005bf4c57ba0d4cb4bc80bef1edc57e5c95e (patch) | |
tree | 28b87d32725034813e4d942efc1bb14479a6de25 /korean/kaistfonts | |
parent | 2e97fe4096e086f33c5edcf38fd415536c6abd16 (diff) | |
download | freebsd-ports-gnome-a290005bf4c57ba0d4cb4bc80bef1edc57e5c95e.tar.gz freebsd-ports-gnome-a290005bf4c57ba0d4cb4bc80bef1edc57e5c95e.tar.zst freebsd-ports-gnome-a290005bf4c57ba0d4cb4bc80bef1edc57e5c95e.zip |
- Convert gmake to USES
Approved by: portmgr
Diffstat (limited to 'korean/kaistfonts')
-rw-r--r-- | korean/kaistfonts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korean/kaistfonts/Makefile b/korean/kaistfonts/Makefile index bcb50d47b05f..1d8dce1acceb 100644 --- a/korean/kaistfonts/Makefile +++ b/korean/kaistfonts/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale -USE_GMAKE= yes +USES= gmake NO_WRKSUBDIR= yes MAKE_ENV= DISTDIR=${DISTDIR} DISTFILES="${DISTFILES}" |