diff options
author | markm <markm@FreeBSD.org> | 1999-12-31 23:40:27 +0800 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1999-12-31 23:40:27 +0800 |
commit | c90ab86aa8bd6da1c5a89de96c13e2b374efe885 (patch) | |
tree | 843ea9777311cd5557995019e0fa183e234e592c /security | |
parent | 24139041993a09333294c7c006ac3aa3f39dd27d (diff) | |
download | freebsd-ports-gnome-c90ab86aa8bd6da1c5a89de96c13e2b374efe885.tar.gz freebsd-ports-gnome-c90ab86aa8bd6da1c5a89de96c13e2b374efe885.tar.zst freebsd-ports-gnome-c90ab86aa8bd6da1c5a89de96c13e2b374efe885.zip |
CVS is starting to really piss me off. This was supposed to be part
of the same commit that:
Upgrade Heimdal to 0.2j
No response from: MAINTAINER
Diffstat (limited to 'security')
-rw-r--r-- | security/heimdal/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index 795790caa24f..24ace37824a0 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -1,12 +1,12 @@ # Ports collection Makefile for: heimdal -# Version required: 0.2d +# Version required: 0.2j # Date created: 10/23/1999 # Whom: nectar@FreeBSD.ORG # # $FreeBSD$ # -DISTNAME= heimdal-0.2d +DISTNAME= heimdal-0.2j CATEGORIES= security MASTER_SITES= ftp://ftp.pdc.kth.se/pub/heimdal/src/ \ ftp://ftp.replay.com/pub/replay/crypto/APPS/kerberos/heimdal/ \ @@ -28,7 +28,6 @@ MAN8= hprop.8 hpropd.8 kdc.8 kpasswdd.8 kstash.8 ktutil.8 \ push.8 USE_LIBTOOL= YES -USE_GMAKE= YES CONFIGURE_ARGS= --prefix=${PREFIX} --enable-shared .if !defined(KRB5_KRB4_COMPAT) || ${KRB5_KRB4_COMPAT} == "NO" |