aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/orage
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2007-02-06 04:11:49 +0800
committerOliver Lehmann <oliver@FreeBSD.org>2007-02-06 04:11:49 +0800
commitec0a98c0a38fbb01a33f7dbe0bd77d7b3ca8e28b (patch)
tree81d90c7e86a65ca18862c2c9895e3df8ad0fdcdc /deskutils/orage
parent490a652c79697066918822701bc20ea5df7c72f8 (diff)
downloadfreebsd-ports-gnome-ec0a98c0a38fbb01a33f7dbe0bd77d7b3ca8e28b.tar.gz
freebsd-ports-gnome-ec0a98c0a38fbb01a33f7dbe0bd77d7b3ca8e28b.tar.zst
freebsd-ports-gnome-ec0a98c0a38fbb01a33f7dbe0bd77d7b3ca8e28b.zip
fix objformat problem more properly
Diffstat (limited to 'deskutils/orage')
-rw-r--r--deskutils/orage/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/deskutils/orage/Makefile b/deskutils/orage/Makefile
index 08f3797432fb..5530222ee219 100644
--- a/deskutils/orage/Makefile
+++ b/deskutils/orage/Makefile
@@ -16,7 +16,6 @@ COMMENT= A calendar application to manage your time with XFce 4
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
-USE_AUTOTOOLS= libtool:15
USE_BZIP2= yes
USE_GETTEXT= yes
USE_GMAKE= yes
@@ -44,4 +43,7 @@ post-patch:
@${REINPLACE_CMD} -e 's|libical-|no-&|g' ${WRKSRC}/configure
.endif
+post-patch:
+ @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' ${WRKSRC}/configure
+
.include <bsd.port.post.mk>