summaryrefslogtreecommitdiff
path: root/sysutils/xbattbar
diff options
context:
space:
mode:
authorjlam <jlam>2001-08-22 17:38:56 +0000
committerjlam <jlam>2001-08-22 17:38:56 +0000
commit841e1103d3a3bead43a553fc507d7f53c7803f6b (patch)
treed0b4e9476524e9178356be77722a72c2fb2e781b /sysutils/xbattbar
parentf10802c13ef9e8f4699f07266797b6b7fabc4b41 (diff)
downloadpkgsrc-841e1103d3a3bead43a553fc507d7f53c7803f6b.tar.gz
Packages that USE_IMAKE shouldn't set USE_BUILDLINK_ONLY, as they don't
satisfy the condition of being "strongly-buildlinked" (see http://mail-index.netbsd.org/tech-pkg/2001/08/20/0005.html for the definition). This is in response to the recent change to bsd.pkg.mk to not use buildlink-x11.
Diffstat (limited to 'sysutils/xbattbar')
-rw-r--r--sysutils/xbattbar/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/sysutils/xbattbar/Makefile b/sysutils/xbattbar/Makefile
index 28cc300d3f2..f584f621493 100644
--- a/sysutils/xbattbar/Makefile
+++ b/sysutils/xbattbar/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2001/07/14 02:41:43 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2001/08/22 17:38:59 jlam Exp $
DISTNAME= ${PKGNAME:S/-/_/}
PKGNAME= xbattbar-1.4.2
@@ -10,9 +10,8 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://infonet.aist-nara.ac.jp/member/suguru/xbattbar.html
COMMENT= X11 battery graph for laptops
-USE_BUILDLINK_ONLY= # defined
-USE_X11BASE= # defined
-USE_IMAKE= # defined
+USE_X11BASE= # defined
+USE_IMAKE= # defined
.if !exists(/usr/include/machine/apmvar.h)
IGNORE+= "APM is not available for ${MACHINE_PLATFORM}"