slim: drop universal bash dependency
The previous commit was intended to contextualize the bash dependency, so drop the now duplicated universal expression of it.
This commit is contained in:
parent
2b4382e252
commit
43b3859cf1
1 changed files with 2 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.15 2023/03/15 13:39:16 abs Exp $
|
||||
# $NetBSD: Makefile,v 1.16 2023/03/16 03:25:41 gutteridge Exp $
|
||||
|
||||
DISTNAME= slim-1.3.6
|
||||
PKGREVISION= 10
|
||||
PKGREVISION= 11
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=slim.berlios/}
|
||||
|
||||
|
@ -18,8 +18,6 @@ USE_CMAKE= yes
|
|||
AUTO_MKDIRS= yes
|
||||
RCD_SCRIPTS+= slim
|
||||
|
||||
DEPENDS+= bash-[0-9]*:../../shells/bash
|
||||
|
||||
SUBST_CLASSES+= options
|
||||
SUBST_FILES.options= slim.conf
|
||||
SUBST_STAGE.options= pre-configure
|
||||
|
|
Loading…
Reference in a new issue