From 4de1e5aff4fe3f07b9c411683f37e9e0ef1a37e4 Mon Sep 17 00:00:00 2001 From: nobutaka Date: Sat, 4 Aug 2007 10:47:25 +0000 Subject: Correct dependency for emacs21 to fix package build. Reported by: pointyhat via kris --- editors/semi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors/semi/Makefile') diff --git a/editors/semi/Makefile b/editors/semi/Makefile index 4b10377..013cdbe 100644 --- a/editors/semi/Makefile +++ b/editors/semi/Makefile @@ -45,7 +45,7 @@ MAKE_ARGS+= PREFIX="${LOCALBASE}" \ .include .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} -- cgit v1.1