From 877b8a533b44bb6324ebbaf65cd80a60d1572003 Mon Sep 17 00:00:00 2001 From: Jeremy Lea Date: Mon, 17 Apr 2000 00:18:05 +0000 Subject: Standardize all user defined options to the booleans WITH_FOO and WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports --- devel/kdevelop/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'devel/kdevelop') diff --git a/devel/kdevelop/Makefile b/devel/kdevelop/Makefile index 60e08c91761c..dc8a0f0014a3 100644 --- a/devel/kdevelop/Makefile +++ b/devel/kdevelop/Makefile @@ -22,7 +22,7 @@ MAINTAINER= will@FreeBSD.org LIB_DEPENDS= kdeui.3:${PORTSDIR}/x11/kdelibs11 RUN_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf -.if defined(USE_OPTIONAL_DEPENDS) +.if defined(WITH_OPTIONAL_DEPENDS) RUN_DEPENDS+= automake:${PORTSDIR}/devel/automake \ kdbg:${PORTSDIR}/devel/kdbg \ ${LOCALBASE}/share/doc/HTML/en/kdelibs/kdecore/index.html:${PORTSDIR}/devel/kdelibdocs \ @@ -45,9 +45,9 @@ SOMAJOR= 1 PLIST_SUB+= LIBVER="${SOMAJOR}" pre-patch: -.if !defined(USE_OPTIONAL_DEPENDS) +.if !defined(WITH_OPTIONAL_DEPENDS) @${ECHO} - @${ECHO} "You may define USE_OPTIONAL_DEPENDS (make USE_OPTIONAL_DEPENDS=YES)" + @${ECHO} "You may define WITH_OPTIONAL_DEPENDS (make WITH_OPTIONAL_DEPENDS=YES)" @${ECHO} "to automatically build the suggested programs to compliment kdevelop." @${ECHO} @sleep 1 -- cgit v1.2.3