diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2012-10-06 23:01:46 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2012-10-06 23:01:46 +0000 |
commit | d66de6b6760f1024ff5ac790c261af996884a478 (patch) | |
tree | 3e88bcb31c22754491d1c2feccec4a86cb1f113e /deskutils/orage/Makefile | |
parent | 24adbadbde03e7b998c00044bea72e3b1c406fa2 (diff) | |
download | ports-d66de6b6760f1024ff5ac790c261af996884a478.tar.gz ports-d66de6b6760f1024ff5ac790c261af996884a478.zip |
Notes
Diffstat (limited to 'deskutils/orage/Makefile')
-rw-r--r-- | deskutils/orage/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |