summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-08-11 13:34:11 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-08-11 13:34:11 +0800
commit5666996060ad80294eaac941765c7d235ba5a35f (patch)
tree95fd9d0956be5e832a39af7cbb468af6fba7046f
parentf132fd6aa480473ac6224247c1dc36d640df71b6 (diff)
downloadmarcuscom-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
-rw-r--r--deskutils/tomboy/Makefile6
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 "