diff options
author | novel <novel@FreeBSD.org> | 2005-09-11 19:23:24 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2005-09-11 19:23:24 +0800 |
commit | 6e2e25904de71417a0df8c19d10565a9c76320af (patch) | |
tree | 216dfda4606560fe6f0ca8550b59aa9b28e9ed14 /security | |
parent | c4be840e8c00a72f8cfc8cb72c9c79f926f35f1c (diff) | |
download | freebsd-ports-gnome-6e2e25904de71417a0df8c19d10565a9c76320af.tar.gz freebsd-ports-gnome-6e2e25904de71417a0df8c19d10565a9c76320af.tar.zst freebsd-ports-gnome-6e2e25904de71417a0df8c19d10565a9c76320af.zip |
- Revive CONFLICTS with gnutls-devel [1]
- Do not build static libraries [2]
Requested by: kris [1]
vs [2]
Diffstat (limited to 'security')
-rw-r--r-- | security/gnutls/Makefile | 4 | ||||
-rw-r--r-- | security/gnutls/pkg-plist | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index 1b76d86cf97a..cf0248a18744 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -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 diff --git a/security/gnutls/pkg-plist b/security/gnutls/pkg-plist index d039d24c8b4f..7aa977685217 100644 --- a/security/gnutls/pkg-plist +++ b/security/gnutls/pkg-plist @@ -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 |