diff options
author | obache <obache@pkgsrc.org> | 2009-01-30 08:18:45 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-01-30 08:18:45 +0000 |
commit | d9d80e21fb9fde358017e2fb2dd22895d24afbff (patch) | |
tree | 578995839e761b0ecd63fc2a05a1bad0e7d80677 /devel/pwlib | |
parent | a74f9b3489918bc36668b12dead84ef81a31abf8 (diff) | |
download | pkgsrc-d9d80e21fb9fde358017e2fb2dd22895d24afbff.tar.gz |
* convert manual dependency of bison to USE_TOOLS.
* requirement of tar is came from ancient custom do-extract target, removed.
* add DESTDIR support to ptlib.
Diffstat (limited to 'devel/pwlib')
-rw-r--r-- | devel/pwlib/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/pwlib/Makefile b/devel/pwlib/Makefile index ebe79c94e7c..b387e61c294 100644 --- a/devel/pwlib/Makefile +++ b/devel/pwlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2008/07/13 14:38:41 tonnerre Exp $ +# $NetBSD: Makefile,v 1.60 2009/01/30 08:18:45 obache Exp $ DISTNAME= pwlib-v1_8_3-src PKGNAME= pwlib-1.8.3 @@ -11,10 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://sourceforge.net/projects/openh323/ COMMENT= Portable Windows Libary -BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison - WRKSRC= ${WRKDIR}/pwlib -USE_TOOLS+= gmake tar +USE_TOOLS+= bison gmake USE_LANGUAGES= c c++ USE_LIBTOOL= yes GNU_CONFIGURE= yes |