summaryrefslogtreecommitdiff
path: root/security/heimdal
diff options
context:
space:
mode:
authorjlam <jlam>2008-03-04 22:37:46 +0000
committerjlam <jlam>2008-03-04 22:37:46 +0000
commit61bd3a33b1a025a996a49011b4650fbf2de4ee48 (patch)
tree20d1e2134898dbb717d5f76515e99d0d5daca413 /security/heimdal
parent967a3f7d9f90888139bab154ac9a1877dd3e5ed3 (diff)
downloadpkgsrc-61bd3a33b1a025a996a49011b4650fbf2de4ee48.tar.gz
As of revision 1.2 of termcap.buildlink3.mk, "-ltermcap" is automatically
transformed into the correct set of libraries, so we no longer need to override the configure script's check for which library has tgetent().
Diffstat (limited to 'security/heimdal')
-rw-r--r--security/heimdal/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile
index 95ba21c381a..ef25d742f9e 100644
--- a/security/heimdal/Makefile
+++ b/security/heimdal/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.67 2008/03/02 06:41:32 jlam Exp $
+# $NetBSD: Makefile,v 1.68 2008/03/04 22:37:46 jlam Exp $
DISTNAME= heimdal-1.1
CATEGORIES= security
@@ -47,10 +47,8 @@ OPSYSVARS+= CONFIGURE_ENV
CONFIGURE_ENV.SunOS+= ac_cv_header_vis_h=no
# Heimdal's configure script expects to find the readline.h header as
-# <readline.h>. Also force the configure script to use the terminal
-# library needed by the readline library.
+# <readline.h>.
#
-CONFIGURE_ENV+= ac_cv_funclib_tgetent=${BUILDLINK_LDADD.termcap:Q}
CONFIGURE_ARGS+= --with-readline=${BUILDLINK_PREFIX.readline}
CPPFLAGS+= -I${BUILDLINK_PREFIX.readline}/include/readline