diff options
author | dholland <dholland@pkgsrc.org> | 2015-06-25 07:30:30 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2015-06-25 07:30:30 +0000 |
commit | e44e48a4f2a397588897c5c75cb0667c39afa7d6 (patch) | |
tree | d8c7732d4d23c24b29e1d33181825436e055fe22 /devel | |
parent | 1700b0c4c10bb3cf01923f95d0ff2f8d4ce881ff (diff) | |
download | pkgsrc-e44e48a4f2a397588897c5c75cb0667c39afa7d6.tar.gz |
Treat bitrig like openbsd.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/poco/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/poco/Makefile.common b/devel/poco/Makefile.common index 89d76341a6d..4b8c0fc923d 100644 --- a/devel/poco/Makefile.common +++ b/devel/poco/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.10 2014/01/15 13:51:23 joerg Exp $ +# $NetBSD: Makefile.common,v 1.11 2015/06/25 07:30:30 dholland Exp $ # # used by devel/poco/Makefile # used by databases/poco-data/Makefile @@ -33,7 +33,7 @@ CONFIGURE_ARGS+= --unbundled .include "../../mk/bsd.prefs.mk" -.if !empty(OPSYS:M*BSD) || ${OPSYS} == "DragonFly" +.if !empty(OPSYS:M*BSD) || ${OPSYS} == "DragonFly" || ${OPSYS} == "Bitrig" CONFIGURE_ARGS+= --config=FreeBSD .endif |