diff options
author | kris <kris@FreeBSD.org> | 2006-09-04 01:39:15 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-09-04 01:39:15 +0800 |
commit | 0db71509a577498b0ab5c08b21190323a68abcfa (patch) | |
tree | b4cbb8e2d6aed67493d6df899448c6d34e6ae518 /sysutils | |
parent | 0c1038c3adb61fead8eeb34d44cece2263d6540d (diff) | |
download | freebsd-ports-gnome-0db71509a577498b0ab5c08b21190323a68abcfa.tar.gz freebsd-ports-gnome-0db71509a577498b0ab5c08b21190323a68abcfa.tar.zst freebsd-ports-gnome-0db71509a577498b0ab5c08b21190323a68abcfa.zip |
RESTRICTED is intended here instead of NO_PACKAGE.
XXX I think this is incorrect though: "GNU GPL prevents distributing
binaries linked against GNU readline".
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/boxbackup-devel/Makefile | 2 | ||||
-rw-r--r-- | sysutils/boxbackup/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/boxbackup-devel/Makefile b/sysutils/boxbackup-devel/Makefile index 57b80975a89d..7f8f352f7120 100644 --- a/sysutils/boxbackup-devel/Makefile +++ b/sysutils/boxbackup-devel/Makefile @@ -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) diff --git a/sysutils/boxbackup/Makefile b/sysutils/boxbackup/Makefile index 57b80975a89d..7f8f352f7120 100644 --- a/sysutils/boxbackup/Makefile +++ b/sysutils/boxbackup/Makefile @@ -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) |