diff options
author | joerg <joerg> | 2014-12-03 14:05:55 +0000 |
---|---|---|
committer | joerg <joerg> | 2014-12-03 14:05:55 +0000 |
commit | ca10dd99ed5d05c804a88c4fb52c4689b88779c4 (patch) | |
tree | d55c778db5a837f0bd15f27db42a4fd9ab45bd8a | |
parent | cb1921516d4bec29a27aa354d08cda10c8d6ad86 (diff) | |
download | pkgsrc-ca10dd99ed5d05c804a88c4fb52c4689b88779c4.tar.gz |
Not MAKE_JOBS_SAFE
-rw-r--r-- | net/miniupnpd/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/miniupnpd/Makefile b/net/miniupnpd/Makefile index 007db3c858d..7ff56c8e55c 100644 --- a/net/miniupnpd/Makefile +++ b/net/miniupnpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2014/10/29 13:05:34 adam Exp $ +# $NetBSD: Makefile,v 1.14 2014/12/03 14:05:55 joerg Exp $ DISTNAME= miniupnpd-1.8.20141022 CATEGORIES= net @@ -12,6 +12,9 @@ LICENSE= modified-bsd EGDIR= ${PREFIX}/share/examples/miniupnpd CONF_FILES= ${EGDIR}/miniupnpd.conf ${PKG_SYSCONFDIR}/miniupnpd.conf +# miniupnpd.c:8:10: fatal error: 'config.h' file not found +MAKE_JOBS_SAFE= no + .include "../../mk/bsd.prefs.mk" .include "options.mk" |