diff options
author | jwise <jwise@pkgsrc.org> | 2005-03-04 14:54:56 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2005-03-04 14:54:56 +0000 |
commit | b6734b3a0abac7290c069d22bebef1de000f2d97 (patch) | |
tree | 703e931ba9e6f57fff515c12008925fe0f03d642 /editors | |
parent | 615f49a14461b34dace4f5a0dae17d24cd133a55 (diff) | |
download | pkgsrc-b6734b3a0abac7290c069d22bebef1de000f2d97.tar.gz |
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 (limited to 'editors')
-rw-r--r-- | editors/xemacs-packages/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/xemacs-packages/Makefile b/editors/xemacs-packages/Makefile index e4f21744fba..8bd0472e238 100644 --- a/editors/xemacs-packages/Makefile +++ b/editors/xemacs-packages/Makefile @@ -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 @@ MAINTAINER= magick@NetBSD.org 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} |