diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 2003-06-28 02:30:45 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 2003-06-28 02:30:45 +0000 |
commit | e85a6a23ae9995fd3a6a9cc4645ee235ff8f1685 (patch) | |
tree | 85eb0cf2b62358c51335272514fb6d216a0ff224 /misc | |
parent | Link the subversion binaries against the Apache 2.X installed (diff) |
Delete RUN_DEPENDS on misc/magicpoint because
there exist misc/magicpoint and japanese/magicpoint in the port tree
and the former is installed even if the latter wants to be installed.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/mgp-mode.el/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/mgp-mode.el/Makefile b/misc/mgp-mode.el/Makefile index af219052fb87..a78e3392a0d2 100644 --- a/misc/mgp-mode.el/Makefile +++ b/misc/mgp-mode.el/Makefile @@ -14,7 +14,7 @@ DISTFILES= ${PORTNAME} MAINTAINER= taoka@FreeBSD.org COMMENT= A mode of Emacs for editing MagicPoint files -RUN_DEPENDS= mgp:${PORTSDIR}/misc/magicpoint +#RUN_DEPENDS= mgp:${PORTSDIR}/misc/magicpoint EXTRACT_ONLY= # empty NO_WRKSUBDIR= yes |