summaryrefslogtreecommitdiff
path: root/emulators/p11
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2014-01-03 04:30:26 +0000
committerdholland <dholland@pkgsrc.org>2014-01-03 04:30:26 +0000
commit0d98aa8083a48e0472fe2f685934bdc67d87e6eb (patch)
treea743cb2deac98b43a469f211af57da18535edd8d /emulators/p11
parentd0427748810b55b252ee26de0f1b12759295211c (diff)
downloadpkgsrc-0d98aa8083a48e0472fe2f685934bdc67d87e6eb.tar.gz
Handle FreeBSD like Dragonfly.
Diffstat (limited to 'emulators/p11')
-rw-r--r--emulators/p11/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/p11/Makefile b/emulators/p11/Makefile
index 4ba0f4d1f04..aefd1c123b9 100644
--- a/emulators/p11/Makefile
+++ b/emulators/p11/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2012/10/03 12:55:16 asau Exp $
+# $NetBSD: Makefile,v 1.20 2014/01/03 04:30:26 dholland Exp $
#
DISTNAME= p11-2.10i
@@ -29,8 +29,8 @@ PLIST.tap= yes
PLIST.tun= yes
.endif
-# Force the bpf, tun, and tap epp backends to be built on DragonFly.
-.if ${OPSYS} == "DragonFly"
+# Force the bpf, tun, and tap epp backends to be built on DragonFly and fbsd.
+.if ${OPSYS} == "DragonFly" || ${OPSYS} == "FreeBSD"
PLIST.tap= yes
PLIST.tun= yes
CONFIGURE_ENV+= ac_cv_epp_bpf=yes ac_cv_epp_tun=yes ac_cv_epp_tap=yes