diff options
author | kris <kris@FreeBSD.org> | 2006-09-03 07:33:37 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-09-03 07:33:37 +0800 |
commit | 46de2fc9d33e4fc356ff9b9598697fe8c0398410 (patch) | |
tree | 2d1e409b1cef53c040ef7eb07af8bf345583f417 /security | |
parent | 5172f5851e2b9984c565140c58f8ef5d4d19dc5c (diff) | |
download | freebsd-ports-gnome-46de2fc9d33e4fc356ff9b9598697fe8c0398410.tar.gz freebsd-ports-gnome-46de2fc9d33e4fc356ff9b9598697fe8c0398410.tar.zst freebsd-ports-gnome-46de2fc9d33e4fc356ff9b9598697fe8c0398410.zip |
NO_PACKAGE is not appropriate; use RESTRICTED instead
Diffstat (limited to 'security')
-rw-r--r-- | security/bsp_upektfmess/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/bsp_upektfmess/Makefile b/security/bsp_upektfmess/Makefile index 5526a56f6015..430ad99995de 100644 --- a/security/bsp_upektfmess/Makefile +++ b/security/bsp_upektfmess/Makefile @@ -28,8 +28,7 @@ USE_ICONV= yes # Both the gui and the non-gui object are linked to libX11 USE_XLIB= yes -NO_PACKAGE= license prohibits redistribution -NO_CDROM= no commercial redistribution +RESTRICTED= license prohibits redistribution NO_BUILD= yes NO_WRKSUBDIR= yes ONLY_FOR_ARCHS= i386 |