aboutsummaryrefslogtreecommitdiff
path: root/devel/mico
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-03-12 09:09:33 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-03-12 09:09:33 +0000
commite50992e9e2d1267558349d114bcf1565f5b9205d (patch)
tree56329e2a1571c01afb41501e68a2696f15ba7dda /devel/mico
parent2c9f5e3393a10fbc471d122b44706d23723b3c49 (diff)
downloadports-e50992e9e2d1267558349d114bcf1565f5b9205d.tar.gz
ports-e50992e9e2d1267558349d114bcf1565f5b9205d.zip
- Fix defaults with BATCH=yes
PR: ports/64128 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=103742
Diffstat (limited to 'devel/mico')
-rw-r--r--devel/mico/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/mico/Makefile b/devel/mico/Makefile
index bc2d625358d6..def99109bda2 100644
--- a/devel/mico/Makefile
+++ b/devel/mico/Makefile
@@ -54,7 +54,7 @@ CONFIGURE_ARGS= --enable-cd --disable-mini-stl --enable-threads
.if defined(WITH_DEBUG)
CONFIGURE_ARGS+= --enable-debug
.endif
-.if defined(WITH_SERVICES)
+.if !defined(WITHOUT_SERVICES)
CONFIGURE_ARGS+= --enable-ccm --enable-life --enable-externalize
.else
CONFIGURE_ARGS+= --disable-coss