diff options
author | wiz <wiz> | 2000-12-28 16:49:36 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-12-28 16:49:36 +0000 |
commit | db73157b6bb48beac753f21947027c6cc068581b (patch) | |
tree | c6e4fba167d0fcc1af3c17b20c4d3f82dac6f6b5 /devel/pwlib | |
parent | 0f2e8eb072c06f6dad548bf388fcdb0838b8c828 (diff) | |
download | pkgsrc-db73157b6bb48beac753f21947027c6cc068581b.tar.gz |
Sync ONLY_FOR_PLATFORM with devel/unproven-pthreads.
Diffstat (limited to 'devel/pwlib')
-rw-r--r-- | devel/pwlib/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/pwlib/Makefile b/devel/pwlib/Makefile index 8b581474fa4..0b0498cc91b 100644 --- a/devel/pwlib/Makefile +++ b/devel/pwlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/08/28 09:46:53 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2000/12/28 16:49:37 wiz Exp $ # DISTNAME= pwlib_min_1.1pl17 @@ -21,6 +21,10 @@ HOMEPAGE= http://www.openh323.org/ BUILD_DEPENDS= ${LOCALBASE}/bin/bison:../../devel/bison DEPENDS+= unproven-pthreads>=0.17:../../devel/unproven-pthreads +# Sync these with devel/unproven-pthreads +ONLY_FOR_PLATFORM= NetBSD-*-alpha NetBSD-*-arm32 NetBSD-*-i386 \ + NetBSD-*-m68k + WRKSRC= ${WRKDIR}/pwlib USE_GMAKE= yes |