diff options
Diffstat (limited to 'mail/drac/Makefile')
-rw-r--r-- | mail/drac/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/drac/Makefile b/mail/drac/Makefile index 3356cc1..a5da290 100644 --- a/mail/drac/Makefile +++ b/mail/drac/Makefile @@ -22,13 +22,12 @@ MAN3= dracauth.3 MAN1= rpc.dracd.1 .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 500018 +MAKE_ARGS+= -DWITH_TI_RPC +.endif post-patch: @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/rpc.dracd.1m -.if ${OSVERSION} >= 500018 - @${PERL} -pi -e "s|^RPCGENFLAGS.*|RPCGENFLAGS = -C -b|g" \ - ${WRKSRC}/Makefile -.endif @${ECHO} "================================================================================" @${ECHO} "Use make -DWITH_POSTFIX or -DWITH_EXIM with this port for databases compatible" @${ECHO} "with those MTAs." |