summaryrefslogtreecommitdiff
path: root/net/wol
diff options
context:
space:
mode:
authorjlam <jlam>2004-02-17 11:28:52 +0000
committerjlam <jlam>2004-02-17 11:28:52 +0000
commit12dd30ace8ae9beadb9294260570e5dfb8e6a4b6 (patch)
treefcd31d378b431c91e00ffb6f3973a55fb8ac9a58 /net/wol
parent38786c767f3b526ac22859c3e0141ef343ee5755 (diff)
downloadpkgsrc-12dd30ace8ae9beadb9294260570e5dfb8e6a4b6.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/wol')
-rw-r--r--net/wol/Makefile13
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"