diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-06-05 14:07:36 +0800 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-06-05 14:07:36 +0800 |
commit | 153c6c28ab2c0aa3f85b55cbe79efc26f01b1aeb (patch) | |
tree | b693892f8e892c1da697fcee3faa6a9de4ce0713 | |
parent | 896dc0aa8ad854df9a751eb9428748ad40f21a29 (diff) | |
download | freebsd-ports-gnome-153c6c28ab2c0aa3f85b55cbe79efc26f01b1aeb.tar.gz freebsd-ports-gnome-153c6c28ab2c0aa3f85b55cbe79efc26f01b1aeb.tar.zst freebsd-ports-gnome-153c6c28ab2c0aa3f85b55cbe79efc26f01b1aeb.zip |
LICENSE LGPL3
-rw-r--r-- | devel/performance/Makefile | 2 | ||||
-rw-r--r-- | www/webserver/Makefile | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/devel/performance/Makefile b/devel/performance/Makefile index 82a3f8f06a5e..d0c4d7d5f9c5 100644 --- a/devel/performance/Makefile +++ b/devel/performance/Makefile @@ -15,7 +15,7 @@ DISTNAME= Performance-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= Help improve the performance of GNUstep applications -LICENSE= GPLv3 +LICENSE= LGPL3 USE_GNUSTEP= yes USE_GNUSTEP_BASE= yes diff --git a/www/webserver/Makefile b/www/webserver/Makefile index 23ddec2606b5..5375263b26cc 100644 --- a/www/webserver/Makefile +++ b/www/webserver/Makefile @@ -15,6 +15,8 @@ DISTNAME= WebServer-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= Framework for a GNUstep to act as HTTP or HTTPS server +LICENSE= LGPL3 + USE_GNUSTEP= yes USE_GNUSTEP_BASE= yes USE_GNUSTEP_BUILD= yes |