summaryrefslogtreecommitdiff
path: root/sysutils/boxbackup
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-09-03 19:53:54 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-09-03 19:53:54 +0000
commit70db55f9db0127470145ecfd5afd619af8f78624 (patch)
treee58dc2bbae45543dfddcb92b0434cdf72dcfc197 /sysutils/boxbackup
parentReset previous maintainer who no longer uses this software. Deprecate (diff)
RESTRICTED is not necessary in the readline case, since it just means
that the entire package becomes GPLed, which is not a concern; the software is under a modified BSDL and we distribute the source code anyway. Approved by: maintainer
Notes
Notes: svn path=/head/; revision=172087
Diffstat (limited to 'sysutils/boxbackup')
-rw-r--r--sysutils/boxbackup/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/sysutils/boxbackup/Makefile b/sysutils/boxbackup/Makefile
index 7f8f352f7120..950fda6b0258 100644
--- a/sysutils/boxbackup/Makefile
+++ b/sysutils/boxbackup/Makefile
@@ -35,7 +35,6 @@ TARGETOS!= ${ECHO_CMD} `${UNAME} -s``${UNAME} -r | ${SED} -e 's/[-(].*//'` | ${T
.if defined(WITH_GNUREADLINE)
CONFIGURE_ARGS+=--enable-gnu-readline
-RESTRICTED= GNU GPL prevents distributing binaries linked against GNU readline
.endif
.if defined(WITHOUT_CLIENT) && defined(WITHOUT_SERVER)