aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2012-10-07 07:01:46 +0800
committereadler <eadler@FreeBSD.org>2012-10-07 07:01:46 +0800
commitcae29f1c89066b7b856c5dba2f40b9f1a19d6f8c (patch)
tree3e88bcb31c22754491d1c2feccec4a86cb1f113e /deskutils
parentb0d9d492b255aceece89c5e3ef84aec42d8eee44 (diff)
downloadfreebsd-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/Makefile2
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