From 87c1acd77c99643250e3c8d7f1d4f03385d62223 Mon Sep 17 00:00:00 2001 From: jperkin Date: Mon, 24 Jun 2013 15:11:38 +0000 Subject: Add support for rpc-xti, built on SunOS. --- net/ocamlnet/Makefile | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'net/ocamlnet/Makefile') diff --git a/net/ocamlnet/Makefile b/net/ocamlnet/Makefile index a20829e6a89..b84fa14f30b 100644 --- a/net/ocamlnet/Makefile +++ b/net/ocamlnet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2013/06/11 14:50:43 jaapb Exp $ +# $NetBSD: Makefile,v 1.13 2013/06/24 15:11:38 jperkin Exp $ # DISTNAME= ocamlnet-3.6.5 @@ -20,17 +20,22 @@ CONFIGURE_ARGS+= -without-nethttpd -without-rpc-auth-dh -disable-gtk2 \ USE_TOOLS+= gmake BUILD_TARGET= all -PLIST_VARS= opt ssl +.include "../../mk/bsd.prefs.mk" + +PLIST_VARS= opt ssl xti .if (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "powerpc") || \ (${MACHINE_ARCH} == "sparc") || (${MACHINE_ARCH} == "x86_64") BUILD_TARGET+= opt PLIST.opt= yes .endif +.if ${OPSYS} == "SunOS" +PLIST.xti= yes +.endif SUBPKGDIRS= equeue netcgi2-plex netplex pop rpc-ssl equeue-ssl \ netclient netshm rpc shell netcamlbox netgssapi \ netstring rpc-auth-local smtp netcgi2 netmulticore \ - netsys rpc-generator + netsys rpc-generator rpc-xti INSTALLATION_DIRS= lib/ocaml/site-lib -- cgit v1.2.3