diff options
Diffstat (limited to 'comms/plptools/Makefile')
-rw-r--r-- | comms/plptools/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/comms/plptools/Makefile b/comms/plptools/Makefile index 2423ee7ed43..42cc54cce09 100644 --- a/comms/plptools/Makefile +++ b/comms/plptools/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 1999/08/14 14:23:55 drochner Exp $ +# $NetBSD: Makefile,v 1.4 1999/08/26 06:03:47 sakamoto Exp $ # -DISTNAME= plptools-0.3 +DISTNAME= plptools-0.4 CATEGORIES= comms MASTER_SITES= ftp://ftp.to.com/pub/psion/ @@ -9,6 +9,8 @@ MAINTAINER= sakamoto@netbsd.org DEPENDS= readline-4.0:../../devel/readline +BROKEN= "plptools is not work correctly" + USE_LIBTOOL= YES GNU_CONFIGURE= YES CONFIGURE_ENV+= CPPFLAGS="-I${PREFIX}/include/" LIBS="-ltermlib" |