diff options
author | jlam <jlam@pkgsrc.org> | 2008-03-04 22:37:46 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2008-03-04 22:37:46 +0000 |
commit | 84361e6a3dc5227650a7ced48b9450ba0decd2d5 (patch) | |
tree | 20d1e2134898dbb717d5f76515e99d0d5daca413 /security/heimdal | |
parent | c40d42145bb012af8466db01064f70935648f545 (diff) | |
download | pkgsrc-84361e6a3dc5227650a7ced48b9450ba0decd2d5.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/Makefile | 6 |
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 |