diff options
author | knu <knu@FreeBSD.org> | 2002-12-22 05:19:16 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-12-22 05:19:16 +0800 |
commit | dc03a711eb57f29eff84b07ae8bd183abbc51a23 (patch) | |
tree | e4f9779b34ff78f6937f3670df3862320c4b7cdf /editors/tamago/Makefile | |
parent | e1d8e064515bf319630e4752f33d55e06e9d7929 (diff) | |
download | freebsd-ports-gnome-dc03a711eb57f29eff84b07ae8bd183abbc51a23.tar.gz freebsd-ports-gnome-dc03a711eb57f29eff84b07ae8bd183abbc51a23.tar.zst freebsd-ports-gnome-dc03a711eb57f29eff84b07ae8bd183abbc51a23.zip |
Remove redundant dependencies. Mk/bsd.emacs.mk takes care of them.
Diffstat (limited to 'editors/tamago/Makefile')
-rw-r--r-- | editors/tamago/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/editors/tamago/Makefile b/editors/tamago/Makefile index e642ee325fe4..4abcd202c934 100644 --- a/editors/tamago/Makefile +++ b/editors/tamago/Makefile @@ -19,9 +19,6 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= ports@FreeBSD.org -BUILD_DEPENDS= emacs-${EMACS_VER}:${PORTSDIR}/editors/${EMACS_PORT_NAME} -RUN_DEPENDS= emacs-${EMACS_VER}:${PORTSDIR}/editors/${EMACS_PORT_NAME} - USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes |