- shebangfix dtdiff

- Add missing USE_LDCONFIG
This commit is contained in:
Antoine Brodin 2017-02-03 09:49:32 +00:00
parent 57579a2f6b
commit 10788e3de4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=433217

View file

@ -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