summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authordholland <dholland>2013-02-23 23:32:19 +0000
committerdholland <dholland>2013-02-23 23:32:19 +0000
commitb9029b92abb0b8b6368490c7ba3f27bcf06ebb38 (patch)
treed9552f74de01e4c3ba8726e9766c1a417cf40d31 /editors
parente1964ce999468ae7a1ac88d4231dc74dec9cfd44 (diff)
downloadpkgsrc-b9029b92abb0b8b6368490c7ba3f27bcf06ebb38.tar.gz
Fix fatal problem with the emacs-nox11 meta-package, which I guess I
didn't notice because I didn't build enough combinations, or something.
Diffstat (limited to 'editors')
-rw-r--r--editors/emacs/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/emacs/Makefile.common b/editors/emacs/Makefile.common
index 54557b76c89..d129085ff92 100644
--- a/editors/emacs/Makefile.common
+++ b/editors/emacs/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.38 2013/02/17 07:36:09 dholland Exp $
+# $NetBSD: Makefile.common,v 1.39 2013/02/23 23:32:19 dholland Exp $
#
# used by editors/emacs/Makefile
# used by editors/emacs-nox11/Makefile
@@ -45,7 +45,7 @@ EMACS_PKGDIR= ../../editors/${EMACS_BASE_TYPE}-nox11
EMACS_PKGDIR= ../../editors/${EMACS_BASE_TYPE}
.endif
-DEPENDS+= ${EMACS_BASE_TYPE}>=${EMACS_MAJOR}:${EMACS_PKGDIR}
+DEPENDS+= ${MY_EMACS_TYPE}>=${EMACS_MAJOR}:${EMACS_PKGDIR}
#
# 2. Now it gets gross. Before this meta-package was introduced, the