diff options
author | ume <ume@FreeBSD.org> | 2005-03-22 15:56:39 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2005-03-22 15:56:39 +0800 |
commit | dabdd19634926c69533b1c006638f16c7a8668e3 (patch) | |
tree | e68b7d5eb2cd2897cb307489b1214fef6fb9e6c1 /japanese | |
parent | 603bacd68e6e5b336df8b641c0a337b620bf281d (diff) | |
download | freebsd-ports-gnome-dabdd19634926c69533b1c006638f16c7a8668e3.tar.gz freebsd-ports-gnome-dabdd19634926c69533b1c006638f16c7a8668e3.tar.zst freebsd-ports-gnome-dabdd19634926c69533b1c006638f16c7a8668e3.zip |
fix build by adding missing BUILD_DEPENDS to editors/tamago.
Reported by: pointyhat via kris
Approved by: portmgr (implicitly)
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/egg-canna/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/egg-canna/Makefile b/japanese/egg-canna/Makefile index 85145bcc28cd..eb6866ade748 100644 --- a/japanese/egg-canna/Makefile +++ b/japanese/egg-canna/Makefile @@ -16,7 +16,8 @@ EXTRACT_SUFX= # empty MAINTAINER= ume@FreeBSD.org COMMENT= Canna Conversion Facility in Egg Input Method Architecture -RUN_DEPENDS= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/egg/egg-sim.el:${PORTSDIR}/editors/tamago${EMACS_SUFFIX} +BUILD_DEPENDS= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/egg/egg-sim.el:${PORTSDIR}/editors/tamago${EMACS_SUFFIX} +RUN_DEPENDS= ${BUILD_DEPENDS} EMACS_PORT_NAME?= emacs21 |