diff options
author | dholland <dholland@pkgsrc.org> | 2015-07-12 06:25:37 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2015-07-12 06:25:37 +0000 |
commit | 8923b6986b3befd4b2bc2adf6a10d0624a148138 (patch) | |
tree | dc05b3406a90192c6cc4bb4324fb9bb0d25cc88a /net | |
parent | 2d8606d7e0094d47b6e8af7272d0b7634d03012b (diff) | |
download | pkgsrc-8923b6986b3befd4b2bc2adf6a10d0624a148138.tar.gz |
Expand ONLY_FOR_PLATFORM: the package internally thinks it supports
Solaris, so enable that; and if it works on NetBSD and Dragonfly with
a single "bsd" setting we can reasonably assume that it will work on
FreeBSD and OpenBSD (and MirBSD and Bitrig) with only minor
adjustments.
These probably won't all quite work out of the box yet, but that's
what bulk runs are for.
Diffstat (limited to 'net')
-rw-r--r-- | net/pppd/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/pppd/Makefile b/net/pppd/Makefile index 6aeda163d06..2a4cd1b4670 100644 --- a/net/pppd/Makefile +++ b/net/pppd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2012/10/23 17:19:00 asau Exp $ +# $NetBSD: Makefile,v 1.13 2015/07/12 06:25:37 dholland Exp $ DISTNAME= ppp-${PPPD_VERSION} PKGNAME= ${DISTNAME:S/ppp/&d/} @@ -14,7 +14,8 @@ USE_PKGLOCALEDIR= yes HAS_CONFIGURE= yes USE_TOOLS+= gmake -ONLY_FOR_PLATFORM+= NetBSD-*-* Linux-*-* DragonFly* +ONLY_FOR_PLATFORM+= SunOS-*-* Linux-*-* NetBSD-*-* OpenBSD-*-* \ + MirBSD-*-* Bitrig-*-* FreeBSD-*-* DragonFly-*-* PKG_SYSCONFSUBDIR= ppp CONFIGURE_ENV+= PREFIX=${PREFIX:Q} PKGSYSCONFDIR=${PKG_SYSCONFDIR:Q} |