Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jun 1998 16:10:02 -0700 (PDT)
From:      Jacques Vidrine <n@nectar.com>
To:        freebsd-ports@FreeBSD.ORG
Subject:   Re: ports/6870: new port, Kerberos V 1.0.5
Message-ID:  <199806252310.QAA24281@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/6870; it has been noted by GNATS.

From: Jacques Vidrine <n@nectar.com>
To: freebsd-gnats-submit@freebsd.org
Cc:  Subject: Re: ports/6870: new port, Kerberos V 1.0.5
Date: Thu, 25 Jun 1998 18:06:43 -0500

 Oops, I missed some dependencies for building.
 
 I'm not sure whether I really need to list gmake;  USE_GMAKE
 seems to pull that in, but I figure it can't hurt.
 
 We need m4, because we have to run autoconf after patching.
 We _don't_ need autoconf, because MIT KerberosV ships
 with its own autoconf in the util directory.
 
 == cut here ==
 --- Makefile	1998/06/21 17:48:32	1.3
 +++ Makefile	1998/06/23 18:47:00	1.5
 @@ -15,6 +15,9 @@
  
  MAINTAINER=		n@nectar.com
  
 +BUILD_DEPENDS=		gm4:${PORTSDIR}/devel/m4 \
 +			gmake:${PORTSDIR}/devel/gmake
 +
  DIST_SUBDIR=		krb5
  
  USE_GMAKE=		yes
 == cut here ==
 
 Jacques Vidrine <n@nectar.com>

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199806252310.QAA24281>