- Revive CONFLICTS with gnutls-devel [1]
- Do not build static libraries [2] Requested by: kris [1] vs [2]
This commit is contained in:
parent
2d755a24a7
commit
1caf8c7446
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=142431
2 changed files with 3 additions and 4 deletions
|
@ -29,6 +29,8 @@ LIB_DEPENDS+= opencdk.8:${PORTSDIR}/security/opencdk
|
|||
LIB_DEPENDS+= tasn1.2:${PORTSDIR}/security/libtasn1
|
||||
.endif
|
||||
|
||||
CONFLICTS= gnutls-devel-[0-9]*
|
||||
|
||||
USE_GPG?= yes
|
||||
SIG_SUFFIX= .sig
|
||||
USE_ICONV= yes
|
||||
|
@ -41,7 +43,7 @@ CPPFLAGS+= -I${LOCALBASE}/include
|
|||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ARGS= --with-included-lzo
|
||||
CONFIGURE_ARGS= --with-included-lzo --disable-static
|
||||
|
||||
MAN1= certtool.1 gnutls-cli.1 gnutls-cli-debug.1 \
|
||||
gnutls-serv.1 srptool.1
|
||||
|
|
|
@ -15,15 +15,12 @@ include/gnutls/openpgp.h
|
|||
include/gnutls/openssl.h
|
||||
include/gnutls/pkcs12.h
|
||||
include/gnutls/x509.h
|
||||
lib/libgnutls-extra.a
|
||||
lib/libgnutls-extra.la
|
||||
lib/libgnutls-extra.so
|
||||
lib/libgnutls-extra.so.12
|
||||
lib/libgnutls-openssl.a
|
||||
lib/libgnutls-openssl.la
|
||||
lib/libgnutls-openssl.so
|
||||
lib/libgnutls-openssl.so.12
|
||||
lib/libgnutls.a
|
||||
lib/libgnutls.la
|
||||
lib/libgnutls.so
|
||||
lib/libgnutls.so.12
|
||||
|
|
Loading…
Reference in a new issue