1
0
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:
Kris Kennaway 2006-09-03 17:39:15 +00:00
parent b50253f5f2
commit 113a89ec7d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172071
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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)