diff options
author | knu <knu@FreeBSD.org> | 2002-12-21 21:19:16 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-12-21 21:19:16 +0000 |
commit | dc03a711eb57f29eff84b07ae8bd183abbc51a23 (patch) | |
tree | e4f9779b34ff78f6937f3670df3862320c4b7cdf /editors/tamago-emacs21 | |
parent | e1d8e064515bf319630e4752f33d55e06e9d7929 (diff) | |
download | FreeBSD-ports-dc03a711eb57f29eff84b07ae8bd183abbc51a23.zip FreeBSD-ports-dc03a711eb57f29eff84b07ae8bd183abbc51a23.tar.gz |
Remove redundant dependencies. Mk/bsd.emacs.mk takes care of them.
Diffstat (limited to 'editors/tamago-emacs21')
-rw-r--r-- | editors/tamago-emacs21/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/editors/tamago-emacs21/Makefile b/editors/tamago-emacs21/Makefile index e642ee3..4abcd20 100644 --- a/editors/tamago-emacs21/Makefile +++ b/editors/tamago-emacs21/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 |