diff options
author | eadler <eadler@FreeBSD.org> | 2012-10-07 07:01:46 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-10-07 07:01:46 +0800 |
commit | cae29f1c89066b7b856c5dba2f40b9f1a19d6f8c (patch) | |
tree | 3e88bcb31c22754491d1c2feccec4a86cb1f113e /deskutils | |
parent | b0d9d492b255aceece89c5e3ef84aec42d8eee44 (diff) | |
download | freebsd-ports-gnome-cae29f1c89066b7b856c5dba2f40b9f1a19d6f8c.tar.gz freebsd-ports-gnome-cae29f1c89066b7b856c5dba2f40b9f1a19d6f8c.tar.zst freebsd-ports-gnome-cae29f1c89066b7b856c5dba2f40b9f1a19d6f8c.zip |
Correct logic from OptionsNG conversion.
Pointhat to: me
Diffstat (limited to 'deskutils')
-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 |