diff options
-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> |