pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/wol This package doesn't need libiconv, just gette...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8279fc028bc9
branches: trunk
changeset: 468854:8279fc028bc9
user: jlam <jlam%pkgsrc.org@localhost>
date: Tue Feb 17 11:28:52 2004 +0000
description:
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:
net/wol/Makefile | 13 ++++++-------
1 files changed, 6 insertions(+), 7 deletions(-)
diffs (30 lines):
diff -r 4be44751f4fb -r 8279fc028bc9 net/wol/Makefile
--- a/net/wol/Makefile Tue Feb 17 11:23:45 2004 +0000
+++ b/net/wol/Makefile Tue Feb 17 11:28:52 2004 +0000
@@ -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 @@
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"
Home |
Main Index |
Thread Index |
Old Index