diff options
author | joerg <joerg@pkgsrc.org> | 2016-03-01 20:09:29 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2016-03-01 20:09:29 +0000 |
commit | 77aaf168962f2affa1f9be19b1102f7c143d0995 (patch) | |
tree | 5c02a7921b2e48e9860d7a0e2da84de1583138a4 | |
parent | 6dda71f54baecd24863952c9489f360d924c9bc5 (diff) | |
download | pkgsrc-77aaf168962f2affa1f9be19b1102f7c143d0995.tar.gz |
Request kernel types on NetBSD.
-rw-r--r-- | sysutils/bbsload/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/bbsload/Makefile b/sysutils/bbsload/Makefile index a25a7608daf..768134a9606 100644 --- a/sysutils/bbsload/Makefile +++ b/sysutils/bbsload/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2016/02/26 10:24:10 jperkin Exp $ +# $NetBSD: Makefile,v 1.18 2016/03/01 20:09:29 joerg Exp $ # DISTNAME= bbsload-0.2.6 @@ -13,6 +13,8 @@ COMMENT= Small (in dimensions) tool to display the average load GNU_CONFIGURE= YES USE_LANGUAGES= c c++ +CPPFLAGS.NetBSD+= -D_KERNTYPES + INSTALLATION_DIRS= ${PKGMANDIR}/man1 MAKE_ENV.DragonFly+= LIBS.pkgsrc=-lkinfo |