diff options
author | wiz <wiz> | 2000-12-30 13:57:44 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-12-30 13:57:44 +0000 |
commit | 67504df913c6d70431e6e365c375e248ec907db2 (patch) | |
tree | 11ade5c96bf91cf300ed756342fc706d13fd5df5 /devel/pwlib | |
parent | 086be274d9c000de989cd07f44bd1ba6793049c9 (diff) | |
download | pkgsrc-67504df913c6d70431e6e365c375e248ec907db2.tar.gz |
Manually syncing ONLY_FOR_PLATFORM is not the way to go.
Remove ONLY_FOR_PLATFORM, and let it fail while installing the DEPENDS.
Diffstat (limited to 'devel/pwlib')
-rw-r--r-- | devel/pwlib/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/devel/pwlib/Makefile b/devel/pwlib/Makefile index 0b0498cc91b..8d7efdaa32a 100644 --- a/devel/pwlib/Makefile +++ b/devel/pwlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/12/28 16:49:37 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2000/12/30 13:57:45 wiz Exp $ # DISTNAME= pwlib_min_1.1pl17 @@ -21,10 +21,6 @@ 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 |