diff options
author | seb <seb> | 2005-10-12 07:21:40 +0000 |
---|---|---|
committer | seb <seb> | 2005-10-12 07:21:40 +0000 |
commit | c42f3d34e20c3dcc4d20e9f5fe16649e343a5457 (patch) | |
tree | 8ba78be250bfac638739f64a741139cc46191fbf | |
parent | 2a2fe96d5459b63fb26853c6ed99b6a2dede5d21 (diff) | |
download | pkgsrc-c42f3d34e20c3dcc4d20e9f5fe16649e343a5457.tar.gz |
There's no need to pass so much stuff to configure these days.
Remove deprecated AUTOMAKE_POST_PATTERNS.
-rw-r--r-- | net/scli/Makefile | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/net/scli/Makefile b/net/scli/Makefile index 07058d99d37..67b804f9139 100644 --- a/net/scli/Makefile +++ b/net/scli/Makefile @@ -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 @@ HOMEPAGE= http://www.ibr.cs.tu-bs.de/projects/scli/ 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" |