Don't depend on "shells/bash" on platforms which provided "/bin/bash".
This commit is contained in:
parent
c0a2ce4a12
commit
1225135123
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2007/10/11 18:43:48 drochner Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2007/11/28 07:48:14 tron Exp $
|
||||
#
|
||||
|
||||
DISTNAME= rarian-0.6.0
|
||||
|
@ -16,11 +16,11 @@ CONFLICTS+= scrollkeeper-[0-9]*
|
|||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
USE_LANGUAGES= c c++
|
||||
USE_TOOLS+= bash:run
|
||||
|
||||
PKGCONFIG_OVERRIDE+= rarian.pc.in
|
||||
|
||||
DEPENDS+= getopt-[0-9]*:../../misc/getopt
|
||||
DEPENDS+= bash-[0-9]*:../../shells/bash
|
||||
|
||||
# we don't install anything here, but dependent pkgs do,
|
||||
# so we are the only instance which can reasonably own that dir
|
||||
|
|
Loading…
Reference in a new issue