pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/scli There's no need to pass so much stuff to conf...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3dabc772c6a2
branches:  trunk
changeset: 500707:3dabc772c6a2
user:      seb <seb%pkgsrc.org@localhost>
date:      Wed Oct 12 07:21:40 2005 +0000

description:
There's no need to pass so much stuff to configure these days.
Remove deprecated AUTOMAKE_POST_PATTERNS.

diffstat:

 net/scli/Makefile |  12 +-----------
 1 files changed, 1 insertions(+), 11 deletions(-)

diffs (32 lines):

diff -r beb07bc4139d -r 3dabc772c6a2 net/scli/Makefile
--- a/net/scli/Makefile Wed Oct 12 07:10:57 2005 +0000
+++ b/net/scli/Makefile Wed Oct 12 07:21:40 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2005/04/11 21:46:59 tv Exp $
+# $NetBSD: Makefile,v 1.15 2005/10/12 07:21:40 seb Exp $
 #
 
 DISTNAME=              scli-0.2.12
@@ -11,22 +11,12 @@
 COMMENT=               SNMP command line interface
 
 GNU_CONFIGURE=         yes
-AUTOMAKE_POST_PATTERNS+=       *.info *.info-*
 
-CONFIGURE_ARGS+=       --with-glib-prefix=${BUILDLINK_PREFIX.glib}
 USE_GNU_READLINE=      # history_list
 BUILDLINK_DEPENDS.readline?=    readline>=4.0
 
-CONFIGURE_ARGS+=       --with-xml-prefix=${BUILDLINK_PREFIX.libxml2}
-
 INFO_FILES=            scli.info
 
-.for _p_ in ncurses readline
-CPPFLAGS+=             -I${BUILDLINK_PREFIX.${_p_}}/include
-LDFLAGS+=              ${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.${_p_}}/lib
-LDFLAGS+=              -L${BUILDLINK_PREFIX.${_p_}}/lib
-.endfor
-
 .include "../../devel/readline/buildlink3.mk"
 .include "../../devel/glib/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index