diff options
author | dillo <dillo@pkgsrc.org> | 2002-10-02 18:54:34 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2002-10-02 18:54:34 +0000 |
commit | 7cde5d8e962da525037ac71c5ea39fc9fdf472bd (patch) | |
tree | efef59a901a8d9839a20ae80d4ff5eb240accd61 /devel/cdk | |
parent | 8947abfa4738e7300db7117094ae414aafa884e1 (diff) | |
download | pkgsrc-7cde5d8e962da525037ac71c5ea39fc9fdf472bd.tar.gz |
use autoconf.mk
Diffstat (limited to 'devel/cdk')
-rw-r--r-- | devel/cdk/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/cdk/Makefile b/devel/cdk/Makefile index a9103e8bc05..a5a02f4225d 100644 --- a/devel/cdk/Makefile +++ b/devel/cdk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2002/08/26 18:28:20 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2002/10/02 18:54:34 dillo Exp $ # DISTNAME= latestCDK @@ -12,17 +12,16 @@ MAINTAINER= root@garbled.net HOMEPAGE= http://www.vexus.ca/CDK.html COMMENT= Curses Development Kit -BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf - USE_BUILDLINK2= yes USE_NCURSES= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes +AUTOCONF_REQD= 2.13 ALL_TARGET= default pre-configure: - cd ${WRKSRC}; ${LOCALBASE}/bin/autoconf + cd ${WRKSRC}; ${AUTOCONF} post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/cdk @@ -31,4 +30,5 @@ post-install: done .include "../../devel/ncurses/buildlink2.mk" +.include "../../mk/autoconf.mk" .include "../../mk/bsd.pkg.mk" |