added use of bash.
This commit is contained in:
parent
eb137c2a05
commit
94da6488d3
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.1 2013/04/20 19:39:12 noud4 Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2013/06/09 14:12:51 noud4 Exp $
|
||||
#
|
||||
|
||||
DISTNAME= gsmartcontrol-0.8.7
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://artificialtime.com/gsmartcontrol/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
@ -16,6 +17,8 @@ DEPENDS+= smartmontools>=5.40:../../sysutils/smartmontools
|
|||
GNU_CONFIGURE= yes
|
||||
USE_LANGUAGES= c c++
|
||||
USE_TOOLS+= pkg-config
|
||||
USE_TOOLS+= bash:run
|
||||
REPLACE_BASH= data/gsmartcontrol-root.in
|
||||
|
||||
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
||||
.include "../../x11/gtkmm/buildlink3.mk"
|
||||
|
|
Loading…
Reference in a new issue