diff options
author | dholland <dholland> | 2013-02-23 23:32:19 +0000 |
---|---|---|
committer | dholland <dholland> | 2013-02-23 23:32:19 +0000 |
commit | b9029b92abb0b8b6368490c7ba3f27bcf06ebb38 (patch) | |
tree | d9552f74de01e4c3ba8726e9766c1a417cf40d31 | |
parent | e1964ce999468ae7a1ac88d4231dc74dec9cfd44 (diff) | |
download | pkgsrc-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.
-rw-r--r-- | editors/emacs/Makefile.common | 4 |
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 |