diff options
author | jperkin <jperkin@pkgsrc.org> | 2016-02-26 09:41:05 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2016-02-26 09:41:05 +0000 |
commit | 0538ec5b33e56381337ee00b1bb6243bc3bc3c7a (patch) | |
tree | 72df1816f530edc041bc86199cc3b570f108bb16 /security/sshguard/Makefile | |
parent | 5e3a5f058c91d0aa52878c8328d2a2085191f2d5 (diff) | |
download | pkgsrc-0538ec5b33e56381337ee00b1bb6243bc3bc3c7a.tar.gz |
Use OPSYSVARS.
Diffstat (limited to 'security/sshguard/Makefile')
-rw-r--r-- | security/sshguard/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/security/sshguard/Makefile b/security/sshguard/Makefile index 1303764f025..579c09a813d 100644 --- a/security/sshguard/Makefile +++ b/security/sshguard/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2015/05/15 17:36:06 tron Exp $ +# $NetBSD: Makefile,v 1.4 2016/02/26 09:41:07 jperkin Exp $ DISTNAME= sshguard-1.5 PKGREVISION= 1 @@ -19,8 +19,6 @@ RCD_SCRIPTS= sshguard # Claiming to be an X/Open applications hides inet_pton(3) under NetBSD # which this application needs. -.if ${OPSYS} == "NetBSD" -BUILDLINK_TRANSFORM+= rm:-D_XOPEN_SOURCE -.endif +BUILDLINK_TRANSFORM.NetBSD+= rm:-D_XOPEN_SOURCE .include "../../mk/bsd.pkg.mk" |