diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-06-05 15:54:45 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-06-05 15:54:45 +0800 |
commit | b1e8255d45c54610e124c12ac55d74de6c2e69b2 (patch) | |
tree | 75ca78ddeb87e4bcd5e3c175175dfd3dc33f04c4 /net | |
parent | 9137c014c2f41b1af9d3fdc81949aa6b43e1d9d8 (diff) | |
download | freebsd-ports-gnome-b1e8255d45c54610e124c12ac55d74de6c2e69b2.tar.gz freebsd-ports-gnome-b1e8255d45c54610e124c12ac55d74de6c2e69b2.tar.zst freebsd-ports-gnome-b1e8255d45c54610e124c12ac55d74de6c2e69b2.zip |
add LICENSE_COMB
Diffstat (limited to 'net')
-rw-r--r-- | net/tryst-examples/Makefile | 3 | ||||
-rw-r--r-- | net/tryst/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/net/tryst-examples/Makefile b/net/tryst-examples/Makefile index ac7266e6284b..ef1208a724ae 100644 --- a/net/tryst-examples/Makefile +++ b/net/tryst-examples/Makefile @@ -20,6 +20,9 @@ COMMENT= TBrowser and TChat LIB_DEPENDS= dns_sd:${PORTSDIR}/net/mDNSResponder +LICENSE_COMB= dual +LICENSE= BSD LGPL21 + USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes diff --git a/net/tryst/Makefile b/net/tryst/Makefile index cba738fd8cfa..b5d5e684032f 100644 --- a/net/tryst/Makefile +++ b/net/tryst/Makefile @@ -19,6 +19,9 @@ COMMENT= Implementation of Apples Bonjour for GNUstep LIB_DEPENDS= dns_sd:${PORTSDIR}/net/mDNSResponder +LICENSE_COMB= dual +LICENSE= BSD LGPL21 + USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes |