diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-06-04 13:14:56 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-06-04 13:14:56 +0000 |
commit | cfbe99ab0bc3ba92e6d9ddc80a6aa8e27419287b (patch) | |
tree | f2231e28c57fb65e3ec87ba914c8d497b45e2548 /lang/gnustep-base | |
parent | eddf9c5da327d581e5ac2f1d75d46337ae76795e (diff) |
Notes
Diffstat (limited to 'lang/gnustep-base')
-rw-r--r-- | lang/gnustep-base/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile index cf19082ba2c4..3fbfeb408c62 100644 --- a/lang/gnustep-base/Makefile +++ b/lang/gnustep-base/Makefile @@ -26,6 +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 + USE_AUTOTOOLS= autoconf:262 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-procfs --disable-openssl --enable-tls \ |