diff options
author | dholland <dholland@pkgsrc.org> | 2009-11-29 23:42:35 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2009-11-29 23:42:35 +0000 |
commit | 2f5b0f6355e40273a10e6332294559b7c1e9c256 (patch) | |
tree | 2c429f9214ca87517bf7aa4c5696b33f363ba011 /devel | |
parent | 2a18c8e45612382d5cda0d2e7f896a78c0b545a1 (diff) | |
download | pkgsrc-2f5b0f6355e40273a10e6332294559b7c1e9c256.tar.gz |
Mark this NOT_FOR_PLATFORM on LP64 targets. Also fix a typo in the
COMMENT and add a note pointing to devel/ptlib.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pwlib/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/pwlib/Makefile b/devel/pwlib/Makefile index b387e61c294..60382636f15 100644 --- a/devel/pwlib/Makefile +++ b/devel/pwlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 2009/01/30 08:18:45 obache Exp $ +# $NetBSD: Makefile,v 1.61 2009/11/29 23:42:35 dholland Exp $ DISTNAME= pwlib-v1_8_3-src PKGNAME= pwlib-1.8.3 @@ -9,7 +9,10 @@ EXTRACT_SUFX= -tar.gz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://sourceforge.net/projects/openh323/ -COMMENT= Portable Windows Libary +COMMENT= Portable Windows Library +# note: obsoleted by devel/ptlib + +NOT_FOR_PLATFORM+= *-*-alpha *-*-sparc64 *-*-x86_64 WRKSRC= ${WRKDIR}/pwlib USE_TOOLS+= bison gmake |