summaryrefslogtreecommitdiff
path: root/security/gpgme
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2016-02-26 09:41:05 +0000
committerjperkin <jperkin@pkgsrc.org>2016-02-26 09:41:05 +0000
commit0538ec5b33e56381337ee00b1bb6243bc3bc3c7a (patch)
tree72df1816f530edc041bc86199cc3b570f108bb16 /security/gpgme
parent5e3a5f058c91d0aa52878c8328d2a2085191f2d5 (diff)
downloadpkgsrc-0538ec5b33e56381337ee00b1bb6243bc3bc3c7a.tar.gz
Use OPSYSVARS.
Diffstat (limited to 'security/gpgme')
-rw-r--r--security/gpgme/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile
index 92e1672b09f..8b73cae7349 100644
--- a/security/gpgme/Makefile
+++ b/security/gpgme/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.77 2015/09/24 23:33:08 ryoon Exp $
+# $NetBSD: Makefile,v 1.78 2016/02/26 09:41:05 jperkin Exp $
DISTNAME= gpgme-1.6.0
PKGREVISION= 1
@@ -34,11 +34,9 @@ TEST_TARGET= check
.include "options.mk"
-.include "../../mk/bsd.prefs.mk"
+CONFIGURE_ENV.HPUX+= ac_cv_lib_pthread_pthread_create=yes
-.if ${OPSYS} == "HPUX"
-CONFIGURE_ENV+= ac_cv_lib_pthread_pthread_create=yes
-.endif
+.include "../../mk/bsd.prefs.mk"
# TLS is unsupported on NetBSD<=5, but causes crashes on -current too
#.if !empty(MACHINE_PLATFORM:MNetBSD-[0-5].*-*)