- shebangfix dtdiff
- Add missing USE_LDCONFIG
This commit is contained in:
parent
57579a2f6b
commit
10788e3de4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=433217
1 changed files with 5 additions and 5 deletions
|
@ -1,11 +1,9 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
# Device Tree Compiler, tweaked for FreeBSD
|
||||
#
|
||||
|
||||
PORTNAME= dtc
|
||||
PORTVERSION= 1.4.2
|
||||
DISTVERSIONPREFIX= ports-v
|
||||
DISTVERSIONPREFIX= ports-v
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= imp@FreeBSD.org
|
||||
|
@ -13,7 +11,9 @@ COMMENT= Device Tree Compiler
|
|||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USES= bison gmake
|
||||
USES= bison gmake shebangfix
|
||||
USE_LDCONFIG= yes
|
||||
SHEBANG_FILES= dtdiff
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= bsdimp
|
||||
|
|
Loading…
Reference in a new issue