diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-08-11 13:34:11 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-08-11 13:34:11 +0800 |
commit | 5666996060ad80294eaac941765c7d235ba5a35f (patch) | |
tree | 95fd9d0956be5e832a39af7cbb468af6fba7046f /deskutils | |
parent | f132fd6aa480473ac6224247c1dc36d640df71b6 (diff) | |
download | marcuscom-ports-5666996060ad80294eaac941765c7d235ba5a35f.tar marcuscom-ports-5666996060ad80294eaac941765c7d235ba5a35f.tar.gz marcuscom-ports-5666996060ad80294eaac941765c7d235ba5a35f.tar.bz2 marcuscom-ports-5666996060ad80294eaac941765c7d235ba5a35f.tar.lz marcuscom-ports-5666996060ad80294eaac941765c7d235ba5a35f.tar.xz marcuscom-ports-5666996060ad80294eaac941765c7d235ba5a35f.tar.zst marcuscom-ports-5666996060ad80294eaac941765c7d235ba5a35f.zip |
Correct {BUILD,RUN}_DEPENDS when evolution supported is enabled.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7028 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/tomboy/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/deskutils/tomboy/Makefile b/deskutils/tomboy/Makefile index e575f91dd..77ff783a0 100644 --- a/deskutils/tomboy/Makefile +++ b/deskutils/tomboy/Makefile @@ -3,7 +3,7 @@ # Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org> # # $FreeBSD$ -# $Id: Makefile,v 1.1 2006-07-26 02:15:48 mezz Exp $ +# $Id: Makefile,v 1.2 2006-08-11 05:34:11 marcus Exp $ # PORTNAME= tomboy @@ -38,8 +38,8 @@ GCONF_SCHEMAS= tomboy.schemas # configure. Enable if either evo or gmime# is installed. .if defined (WITH_EVOLUTION) || exists (${LOCALBASE}/bin/evolution) || exists (${LOCALBASE}/lib/mono/gmime-sharp/gmime-sharp.dll) CONFIGURE_ARGS+= --enable-evolution=yes -BUILD_DEPENDS= ${LOCALBASE}/lib/mono/gmime-sharp/gmime-sharp.dll:${PORTSDIR}/mail/gmime2-sharp -RUN_DEPENDS= ${LOCALBASE}/lib/mono/gmime-sharp/gmime-sharp.dll:${PORTSDIR}/mail/gmime2-sharp +BUILD_DEPENDS+= ${LOCALBASE}/lib/mono/gmime-sharp/gmime-sharp.dll:${PORTSDIR}/mail/gmime2-sharp +RUN_DEPENDS+= ${LOCALBASE}/lib/mono/gmime-sharp/gmime-sharp.dll:${PORTSDIR}/mail/gmime2-sharp PLIST_SUB+= EVO:="" .else PLIST_SUB+= EVO:="@comment " |