diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2007-10-31 05:46:58 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2007-10-31 05:46:58 +0000 |
commit | 7c2ab0fd810dfbb00119d98e8c7f160f138328bb (patch) | |
tree | 57c69f36c5898d0ea946862ef68321ddcd7ea939 /security/gnutls-devel | |
parent | Chase opencdk shared lib version change. (diff) |
gnutls-devel is now older than gnutls, so in order not to update or delete it
during the freeze, mark it IGNORE.
Approved by: portmgr (linimon)
Notes
Notes:
svn path=/head/; revision=202452
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 |