diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-06-05 07:54:45 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-06-05 07:54:45 +0000 |
commit | 81b4894e8bd5cd920878dbc67cf06efd8bfcbd54 (patch) | |
tree | fffbfe3b26afaccf4386e6adaf4bf4fea5f6e6d3 /lang/gnustep-base | |
parent | 2b707b30b50e10430c67dacc2db7fbb6bf6eac7a (diff) |
add LICENSE_COMB
Notes
Notes:
svn path=/head/; revision=255751
Diffstat (limited to 'lang/gnustep-base')
-rw-r--r-- | lang/gnustep-base/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile index 3fbfeb408c62..efde35510e67 100644 --- a/lang/gnustep-base/Makefile +++ b/lang/gnustep-base/Makefile @@ -26,7 +26,8 @@ LIB_DEPENDS+= dns_sd:${PORTSDIR}/net/mDNSResponder LIB_DEPENDS+= gnutls-openssl.40:${PORTSDIR}/security/gnutls BUILD_DEPENDS+= pkg-config:${PORTSDIR}/devel/pkg-config -LICENSE= GPLv3 +LICENSE_COMB= multi +LICENSE= GPLv3 LGPL3 USE_AUTOTOOLS= autoconf:262 GNU_CONFIGURE= yes |