aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/boxbackup-devel
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2006-09-04 03:53:54 +0800
committerkris <kris@FreeBSD.org>2006-09-04 03:53:54 +0800
commit5427d0337c97d80227f1b412ee4c9342aad7c44f (patch)
treecf82fe723f27f97b463feab09b0d5a79cdbb360c /sysutils/boxbackup-devel
parent46b78bcd802af63eb80983dd880e6084bd19206c (diff)
downloadfreebsd-ports-gnome-5427d0337c97d80227f1b412ee4c9342aad7c44f.tar.gz
freebsd-ports-gnome-5427d0337c97d80227f1b412ee4c9342aad7c44f.tar.zst
freebsd-ports-gnome-5427d0337c97d80227f1b412ee4c9342aad7c44f.zip
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
Diffstat (limited to 'sysutils/boxbackup-devel')
-rw-r--r--sysutils/boxbackup-devel/Makefile1
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)