From cae29f1c89066b7b856c5dba2f40b9f1a19d6f8c Mon Sep 17 00:00:00 2001 From: eadler Date: Sat, 6 Oct 2012 23:01:46 +0000 Subject: Correct logic from OptionsNG conversion. Pointhat to: me --- deskutils/orage/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deskutils') diff --git a/deskutils/orage/Makefile b/deskutils/orage/Makefile index 9c1c537a8d76..a420dad2d0f4 100644 --- a/deskutils/orage/Makefile +++ b/deskutils/orage/Makefile @@ -75,7 +75,7 @@ post-patch: s|%%BDB_LIB_DIR%%|${BDB_LIB_DIR}|g ; \ s|%%BDB_LIB_NAME%%|${BDB_LIB_NAME}|g' ${WRKSRC}/configure .endif -.if ${PORT_OPTIONS:MICAL} +.if empty(PORT_OPTIONS:MICAL) @${REINPLACE_CMD} -e 's|libical-|no-&|g' ${WRKSRC}/configure .endif @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' ${WRKSRC}/configure -- cgit