diff options
author | rillig <rillig> | 2006-03-10 23:21:53 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-03-10 23:21:53 +0000 |
commit | a434c40f1da98ce9a09ace80d92e95890c11aadb (patch) | |
tree | 844b7949147bec063dc86bf411ed27b465374ee1 /comms/plptools | |
parent | 33c5eee8c38ced53b71a7acb0141f3cb3dd7983a (diff) | |
download | pkgsrc-a434c40f1da98ce9a09ace80d92e95890c11aadb.tar.gz |
Fixed pkglint warnings.
Diffstat (limited to 'comms/plptools')
-rw-r--r-- | comms/plptools/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/plptools/Makefile b/comms/plptools/Makefile index 6785bb576a8..5f7a23eab0f 100644 --- a/comms/plptools/Makefile +++ b/comms/plptools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2006/02/05 23:08:28 joerg Exp $ +# $NetBSD: Makefile,v 1.32 2006/03/10 23:21:53 rillig Exp $ # DISTNAME= plptools-0.12 @@ -10,9 +10,9 @@ MAINTAINER= sakamoto@NetBSD.org HOMEPAGE= http://plptools.sourceforge.net/ COMMENT= FTP-like and NFS-like access tools to talk to the PSION -USE_GNU_READLINE= # uses rl_filename_quoting_desired flag +USE_GNU_READLINE= yes # uses rl_filename_quoting_desired flag USE_TOOLS+= gmake -USE_LANUGAGES= c c++ +USE_LANGUAGES= c c++ USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES PTHREAD_OPTS+= require |