diff options
author | ade <ade@FreeBSD.org> | 2001-05-31 22:47:15 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2001-05-31 22:47:15 +0000 |
commit | 135a55971ca86954d7b994373d775c161f7ee0db (patch) | |
tree | 0742b6acffa73f68df8e7721a622c2b118917d50 /japanese | |
parent | 703800c8987281372bab7ed58e7056dcd61933bb (diff) | |
download | FreeBSD-ports-135a55971ca86954d7b994373d775c161f7ee0db.zip FreeBSD-ports-135a55971ca86954d7b994373d775c161f7ee0db.tar.gz |
Replace explicit build dependency on gmake with USE_GMAKE knob
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/emacs20-dl-canna/Makefile | 4 | ||||
-rw-r--r-- | japanese/emacs20-dl-wnn6/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/japanese/emacs20-dl-canna/Makefile b/japanese/emacs20-dl-canna/Makefile index ebaaa9b..b797c9a 100644 --- a/japanese/emacs20-dl-canna/Makefile +++ b/japanese/emacs20-dl-canna/Makefile @@ -40,8 +40,8 @@ DOCDIR= share/doc/emacs20-dl-canna DLCANNA_VER= 1.4 # hack to allow parallel build to work .if defined(PACKAGE_BUILDING) -BUILD_DEPENDS+= ${GMAKE}:${PORTSDIR}/devel/gmake \ - ${AUTOCONF}:${PORTSDIR}/devel/autoconf +USE_GMAKE= yes +BUILD_DEPENDS+= ${AUTOCONF}:${PORTSDIR}/devel/autoconf .endif post-install: diff --git a/japanese/emacs20-dl-wnn6/Makefile b/japanese/emacs20-dl-wnn6/Makefile index 6be144d..959b377 100644 --- a/japanese/emacs20-dl-wnn6/Makefile +++ b/japanese/emacs20-dl-wnn6/Makefile @@ -35,8 +35,8 @@ EMACSDL_DIR= ${.CURDIR}/../../editors/emacs20-dl EMACSDL_SRCDIR= ${WRKDIRPREFIX}${EMACSDL_DIR}/work/emacs-${EMACS_VER} # hack to allow parallel build to work .if defined(PARALLEL_PACKAGE_BUILD) -BUILD_DEPENDS+= gmake:${PORTSDIR}/devel/gmake \ - autoconf:${PORTSDIR}/devel/autoconf +USE_GMAKE= yes +BUILD_DEPENDS+= autoconf:${PORTSDIR}/devel/autoconf .endif post-install: |