summaryrefslogtreecommitdiff
path: root/sysutils/boxbackup
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-09-03 17:39:15 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-09-03 17:39:15 +0000
commit113a89ec7d0ae732aef7d865e765f0c1116c7f88 (patch)
tree96052dd45f1fe2a487191b5c466f446a367b7add /sysutils/boxbackup
parentRESTRICTED is intended here instead of NO_PACKAGE (diff)
RESTRICTED is intended here instead of NO_PACKAGE.
XXX I think this is incorrect though: "GNU GPL prevents distributing binaries linked against GNU readline".
Notes
Notes: svn path=/head/; revision=172071
Diffstat (limited to 'sysutils/boxbackup')
-rw-r--r--sysutils/boxbackup/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/boxbackup/Makefile b/sysutils/boxbackup/Makefile
index 57b80975a89d..7f8f352f7120 100644
--- a/sysutils/boxbackup/Makefile
+++ b/sysutils/boxbackup/Makefile
@@ -35,7 +35,7 @@ TARGETOS!= ${ECHO_CMD} `${UNAME} -s``${UNAME} -r | ${SED} -e 's/[-(].*//'` | ${T
.if defined(WITH_GNUREADLINE)
CONFIGURE_ARGS+=--enable-gnu-readline
-NO_PACKAGE= GNU GPL prevents distributing binaries linked against GNU readline
+RESTRICTED= GNU GPL prevents distributing binaries linked against GNU readline
.endif
.if defined(WITHOUT_CLIENT) && defined(WITHOUT_SERVER)