diff options
author | novel <novel@FreeBSD.org> | 2007-10-31 13:46:58 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2007-10-31 13:46:58 +0800 |
commit | 0abda9ea52817c3fda64ef63f21140c4e88764c8 (patch) | |
tree | f830144c05d8f8826ddb8f1cd65079cf0231bc0f | |
parent | 3e320960b04a6d3a2118ab4a46bdb3f592e60a29 (diff) | |
download | freebsd-ports-gnome-0abda9ea52817c3fda64ef63f21140c4e88764c8.tar.gz freebsd-ports-gnome-0abda9ea52817c3fda64ef63f21140c4e88764c8.tar.zst freebsd-ports-gnome-0abda9ea52817c3fda64ef63f21140c4e88764c8.zip |
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)
-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 |