diff options
Diffstat (limited to 'security/gnutls-devel')
-rw-r--r-- | security/gnutls-devel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/gnutls-devel/Makefile b/security/gnutls-devel/Makefile index ead4448a14c3..68dc99c16eac 100644 --- a/security/gnutls-devel/Makefile +++ b/security/gnutls-devel/Makefile @@ -37,6 +37,8 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS+= --with-included-lzo MANCOMPRESSED= no +IGNORE= is obsolete + .include <bsd.port.pre.mk> .if defined(WITH_OPENCDK) || exists(${LOCALBASE}/lib/libopencdk.so.9) LIB_DEPENDS+= opencdk.9:${PORTSDIR}/security/opencdk |