diff options
author | dholland <dholland@pkgsrc.org> | 2014-01-03 04:30:26 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2014-01-03 04:30:26 +0000 |
commit | f1ee8707bb8460f75553c3f30542c255ae86517c (patch) | |
tree | a743cb2deac98b43a469f211af57da18535edd8d /emulators | |
parent | f98444885594344992770199706b3fdc75d3e407 (diff) | |
download | pkgsrc-f1ee8707bb8460f75553c3f30542c255ae86517c.tar.gz |
Handle FreeBSD like Dragonfly.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/p11/Makefile | 6 |
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 |