diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libvirt/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/libvirt/Makefile b/devel/libvirt/Makefile index 8ff35dd00e9d..52c0813d5c50 100644 --- a/devel/libvirt/Makefile +++ b/devel/libvirt/Makefile @@ -100,6 +100,10 @@ STRIP_FILES+= lib/libvirt/connection-driver/libvirt_driver_bhyve.so PLIST_FILES+= lib/libvirt/connection-driver/libvirt_driver_bhyve.so .endif +.if !${PLIST_SUB:MXEN} +PLIST_SUB+= XEN="@comment " +.endif + post-patch: .if ${OSVERSION} < 900000 @${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||' \ |