diff options
| author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-06-18 19:13:47 +0800 |
|---|---|---|
| committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-06-18 19:13:47 +0800 |
| commit | f64db66ab96e53336a16d28d38c9a4fdb7d96674 (patch) | |
| tree | 3992da7a3881c82dc59eb61d10bbceae24080c0b /mail/evolution-groupwise | |
| parent | 737f5c50b32cce722ee0c9bcb0bc2fe827777e25 (diff) | |
| download | marcuscom-ports-f64db66ab96e53336a16d28d38c9a4fdb7d96674.tar marcuscom-ports-f64db66ab96e53336a16d28d38c9a4fdb7d96674.tar.gz marcuscom-ports-f64db66ab96e53336a16d28d38c9a4fdb7d96674.tar.bz2 marcuscom-ports-f64db66ab96e53336a16d28d38c9a4fdb7d96674.tar.lz marcuscom-ports-f64db66ab96e53336a16d28d38c9a4fdb7d96674.tar.xz marcuscom-ports-f64db66ab96e53336a16d28d38c9a4fdb7d96674.tar.zst marcuscom-ports-f64db66ab96e53336a16d28d38c9a4fdb7d96674.zip | |
Remove some cruff. We don't need a latestlink to evo-exchange3. or a conflict
with the 2.x version.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16959 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/evolution-groupwise')
| -rw-r--r-- | mail/evolution-groupwise/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/mail/evolution-groupwise/Makefile b/mail/evolution-groupwise/Makefile index 7cabe89c3..14955d9f8 100644 --- a/mail/evolution-groupwise/Makefile +++ b/mail/evolution-groupwise/Makefile @@ -3,7 +3,7 @@ # Whom: Koop Mast <kwm@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/mail/evolution-groupwise/Makefile,v 1.2 2012/01/22 12:51:34 kwm Exp $ +# $MCom: ports/mail/evolution-groupwise/Makefile,v 1.3 2012/06/12 22:04:14 mezz Exp $ # PORTNAME= evolution-groupwise @@ -18,10 +18,7 @@ COMMENT= GroupWise connector for evolution 3 BUILD_DEPENDS= evolution>=${EVO_VER}:${PORTSDIR}/mail/evolution3 RUN_DEPENDS= evolution>=${EVO_VER}:${PORTSDIR}/mail/evolution3 -CONFLICTS= evolution-exchange-2.[0-9]* - EVO_VER= 3.4.1 -LATEST_LINK= evolution-exchange3 USE_XZ= yes USE_GETTEXT= yes USE_AUTOTOOLS= libtool @@ -36,8 +33,6 @@ CONFIGURE_ARGS= --with-libdb=${LOCALBASE} VERSION= 3.4 PLIST_SUB= VERSION=${VERSION} -#GCONF_SCHEMAS= apps_exchange_addressbook-${VERSION}.schemas - post-patch: @${REINPLACE_CMD} -e 's|-ldb|-l${BDB_LIB_NAME}|g' \ -e 's|-Wmissing-include-dirs||g' \ |
