diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2018-01-12 11:48:59 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2018-01-12 11:48:59 +0000 |
commit | f262887ab1f3e5a7e8557bc0c7f9ecf1978bab14 (patch) | |
tree | 611ccd35820fbe1fcbb8d8e8019ef3d91d3b6494 /sysutils | |
parent | 13ce4a37183b61f382381c6facd9dbb001fca75b (diff) | |
download | ports-f262887ab1f3e5a7e8557bc0c7f9ecf1978bab14.tar.gz ports-f262887ab1f3e5a7e8557bc0c7f9ecf1978bab14.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/mbgtools/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/mbgtools/Makefile b/sysutils/mbgtools/Makefile index 0a50256aa318..5767ccb9178b 100644 --- a/sysutils/mbgtools/Makefile +++ b/sysutils/mbgtools/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://www.meinberg.de/download/drivers/ MAINTAINER= gnn@FreeBSD.org COMMENT= Drivers and tools for Meinberg PTP/GPS cards -LICENSE= BSD +LICENSE= BSD2CLAUSE BROKEN_aarch64= fails to compile: unused variables BROKEN_armv6= fails to compile: implicit declaration of function 'cp15_pmccntr_get' is invalid in C99 @@ -17,8 +17,7 @@ BROKEN_mips64= fails to compile: unused variables BROKEN_powerpc64= fails to compile: warning: mbg_dbg_data defined but not used BROKEN_sparc64= fails to compile: error in structure definitions -USE_RC_SUBR= mbgsvcd - USES= kmod uidfix +USE_RC_SUBR= mbgsvcd .include <bsd.port.mk> |