mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
RESTRICTED is intended here instead of NO_PACKAGE.
XXX I think this is incorrect though: "GNU GPL prevents distributing binaries linked against GNU readline".
This commit is contained in:
parent
b50253f5f2
commit
113a89ec7d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172071
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user