diff options
author | jlam <jlam@pkgsrc.org> | 2004-02-17 11:28:52 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-02-17 11:28:52 +0000 |
commit | acb68d7a63c9300dc3b15d773a0eb01076039ee8 (patch) | |
tree | fcd31d378b431c91e00ffb6f3973a55fb8ac9a58 /net | |
parent | c232679e5261fb738ba88e9f2cfe4ecbe713462c (diff) | |
download | pkgsrc-acb68d7a63c9300dc3b15d773a0eb01076039ee8.tar.gz |
This package doesn't need libiconv, just gettext-lib, and the built-in
gettext is good enough for it. While we're here, bl3ify. Bump the
PKGREVISION due to dependency changes.
Diffstat (limited to 'net')
-rw-r--r-- | net/wol/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/net/wol/Makefile b/net/wol/Makefile index 4a1c612a139..0449f69ea24 100644 --- a/net/wol/Makefile +++ b/net/wol/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2004/02/14 17:57:25 uebayasi Exp $ -# +# $NetBSD: Makefile,v 1.10 2004/02/17 11:28:52 jlam Exp $ DISTNAME= wol-0.7.0 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ahh/} @@ -9,12 +9,11 @@ MAINTAINER= xtraeme@NetBSD.org HOMEPAGE= http://ahh.sourceforge.net/wol/ COMMENT= Small Wake On Lan client -USE_BUILDLINK2= YES -GNU_CONFIGURE= YES +USE_BUILDLINK3= yes +GNU_CONFIGURE= yes USE_GNU_TOOLS+= make -USE_GNU_GETTEXT= YES -USE_PKGLOCALEDIR= YES +USE_PKGLOCALEDIR= yes INFO_FILES= wol.info -.include "../../converters/libiconv/buildlink2.mk" +.include "../../devel/gettext-lib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |