summaryrefslogtreecommitdiff
path: root/net/xisp
diff options
context:
space:
mode:
authorJeremy Lea <reg@FreeBSD.org>2000-04-17 00:19:02 +0000
committerJeremy Lea <reg@FreeBSD.org>2000-04-17 00:19:02 +0000
commitb4455771cced2fe9f134e751fe88dbba7226e694 (patch)
tree39733bef5e1d466d30938b5a47f0b46a7b6890b4 /net/xisp
parentStandardize all user defined options to the booleans WITH_FOO and (diff)
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
Notes
Notes: svn path=/head/; revision=27680
Diffstat (limited to 'net/xisp')
-rw-r--r--net/xisp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/xisp/Makefile b/net/xisp/Makefile
index 19e06858c331..668e5ff52f2b 100644
--- a/net/xisp/Makefile
+++ b/net/xisp/Makefile
@@ -20,7 +20,7 @@ LIB_DEPENDS= xforms:${PORTSDIR}/x11-toolkits/xforms \
WRKSRC= ${WRKDIR}/xisp-2.6
MAN1= xisp.1
HAS_CONFIGURE= yes
-.if defined(USE_DES)
+.if defined(WITH_DES)
CONFIGURE_ENV= USE_DESLIB="yes"
.else
CONFIGURE_ENV= USE_DESLIB="no"