aboutsummaryrefslogtreecommitdiff
path: root/editors/semi
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2007-08-04 10:47:25 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2007-08-04 10:47:25 +0000
commit6be666f4a4a57a3052f18b49aaab5c0be30c52ed (patch)
tree7c3f5eaee4a5234c50fd4d397c7b3b78b1e4f791 /editors/semi
parent62bea01c79fc41f9863de65ecb13e1810537d561 (diff)
downloadports-6be666f4a4a57a3052f18b49aaab5c0be30c52ed.tar.gz
ports-6be666f4a4a57a3052f18b49aaab5c0be30c52ed.zip
Correct dependency for emacs21 to fix package build.
Reported by: pointyhat via kris
Notes
Notes: svn path=/head/; revision=197070
Diffstat (limited to 'editors/semi')
-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}