diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-09-03 19:53:54 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-09-03 19:53:54 +0000 |
commit | 70db55f9db0127470145ecfd5afd619af8f78624 (patch) | |
tree | e58dc2bbae45543dfddcb92b0434cdf72dcfc197 /sysutils/boxbackup-devel | |
parent | bb671ba32989c1931376713e618dddea2e45a8bb (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-devel')
-rw-r--r-- | sysutils/boxbackup-devel/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysutils/boxbackup-devel/Makefile b/sysutils/boxbackup-devel/Makefile index 7f8f352f7120..950fda6b0258 100644 --- a/sysutils/boxbackup-devel/Makefile +++ b/sysutils/boxbackup-devel/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) |