aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authornobutaka <nobutaka@FreeBSD.org>2007-08-04 18:47:25 +0800
committernobutaka <nobutaka@FreeBSD.org>2007-08-04 18:47:25 +0800
commit4de1e5aff4fe3f07b9c411683f37e9e0ef1a37e4 (patch)
tree8f541a80b17b519df59abe3a4e78bc8525c3c9f5 /editors
parent8859144ab783aeff1a52a2ca862da9a90b23c69e (diff)
downloadfreebsd-ports-gnome-4de1e5aff4fe3f07b9c411683f37e9e0ef1a37e4.tar.gz
freebsd-ports-gnome-4de1e5aff4fe3f07b9c411683f37e9e0ef1a37e4.tar.zst
freebsd-ports-gnome-4de1e5aff4fe3f07b9c411683f37e9e0ef1a37e4.zip
Correct dependency for emacs21 to fix package build.
Reported by: pointyhat via kris
Diffstat (limited to 'editors')
-rw-r--r--editors/semi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/semi/Makefile b/editors/semi/Makefile
index 4b103776e0b7..013cdbef3a0e 100644
--- a/editors/semi/Makefile
+++ b/editors/semi/Makefile
@@ -45,7 +45,7 @@ MAKE_ARGS+= PREFIX="${LOCALBASE}" \
.include <bsd.port.pre.mk>
.if defined(EMACS_PORT_NAME)
-.if (${EMACS_PORT_NAME} == "emacs21") || (${EMACS_PORT_NAME} == "emacs22")
+.if (${EMACS_PORT_NAME} == "emacs22")
DEPPORT_SUFFIX=
.else
DEPPORT_SUFFIX= -${EMACS_PORT_NAME}