aboutsummaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2007-02-06 15:32:08 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2007-02-06 15:32:08 +0000
commit9329705d9dc986cc0b1c4f5a12c06795c02fbad6 (patch)
tree51fd388c026b8f2b704878d223f87c6aadf8aca8 /deskutils
parentdf1a452e459333d890711dcb588b95cc282b63e5 (diff)
downloadports-9329705d9dc986cc0b1c4f5a12c06795c02fbad6.tar.gz
ports-9329705d9dc986cc0b1c4f5a12c06795c02fbad6.zip
Notes
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/orage/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/deskutils/orage/Makefile b/deskutils/orage/Makefile
index 5530222ee219..4d612ab4b223 100644
--- a/deskutils/orage/Makefile
+++ b/deskutils/orage/Makefile
@@ -38,12 +38,12 @@ CONFIGURE_ARGS+=--with-bdb4=no
.if defined(WITH_ICAL)
LIB_DEPENDS+= ical.0:${PORTSDIR}/devel/libical
-.else
-post-patch:
- @${REINPLACE_CMD} -e 's|libical-|no-&|g' ${WRKSRC}/configure
.endif
post-patch:
+.if !defined(WITH_ICAL)
+ @${REINPLACE_CMD} -e 's|libical-|no-&|g' ${WRKSRC}/configure
+.endif
@${REINPLACE_CMD} -e 's|echo aout|echo elf|g' ${WRKSRC}/configure
.include <bsd.port.post.mk>