pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/xemacs-packages Also accept xemacs-nox11 in DE...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/adef712e4d7a
branches:  trunk
changeset: 490160:adef712e4d7a
user:      jwise <jwise%pkgsrc.org@localhost>
date:      Fri Mar 04 14:54:56 2005 +0000

description:
Also accept xemacs-nox11 in DEPENDS.  Someone should eventually work the
magic of buildlink here, but in the meantime, there's not much point in
having an xemacs-nox11 without allowing it to install the packages.

(Actually, should xemacs-nox11 become xemacs with PKG_OPTIONS.xemacs without
`x11'?

Which way are we going with these things?)

diffstat:

 editors/xemacs-packages/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1cff4b95ec6f -r adef712e4d7a editors/xemacs-packages/Makefile
--- a/editors/xemacs-packages/Makefile  Fri Mar 04 14:32:27 2005 +0000
+++ b/editors/xemacs-packages/Makefile  Fri Mar 04 14:54:56 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2004/07/12 08:40:23 tron Exp $
+# $NetBSD: Makefile,v 1.45 2005/03/04 14:54:56 jwise Exp $
 
 DISTNAME=      xemacs-packages
 PKGNAME=       xemacs-packages-1.15
@@ -130,7 +130,7 @@
 HOMEPAGE=      http://www.xemacs.org/
 COMMENT=       Common elisp packages for xemacs 21
 
-DEPENDS+=      xemacs>=21.1.14:../../editors/xemacs
+DEPENDS+=      xemacs{,-nox11}>=21.1.14:../../editors/xemacs
 
 WRKSRC=                ${WRKDIR}
 DIST_SUBDIR=   ${PKGBASE}



Home | Main Index | Thread Index | Old Index