diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-16 01:32:22 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-16 01:32:22 +0000 |
commit | e70b376fa428d35e2ee7ec89f1f025ea77c1a2e5 (patch) | |
tree | 4beb1060fa73ef3220b4b4f62528af9c91daf0bc /devel/newt/Makefile | |
parent | 7425b543e8f92cf560a58d4bf6db6c156cca9e85 (diff) | |
download | pkgsrc-e70b376fa428d35e2ee7ec89f1f025ea77c1a2e5.tar.gz |
Note that tar is required by this package.
Diffstat (limited to 'devel/newt/Makefile')
-rw-r--r-- | devel/newt/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/newt/Makefile b/devel/newt/Makefile index d33e87bccb7..b5205199dc1 100644 --- a/devel/newt/Makefile +++ b/devel/newt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/05/15 04:26:24 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2005/05/16 01:32:22 jlam Exp $ DISTNAME= ${PKGNAME_NOREV}-5.src.rpm PKGNAME= newt-0.51.6 @@ -13,7 +13,9 @@ COMMENT= Windowing toolkit based on libslang BUILD_DEPENDS+= rpm2pkg>=2.0:../../pkgtools/rpm2pkg -USE_GNU_TOOLS+= make gzcat +USE_GNU_TOOLS+= make gzcat +PKGSRC_USE_TOOLS+= tar + USE_LIBTOOL= yes NO_EXPORT_CPP= yes GNU_CONFIGURE= yes |