diff options
author | abs <abs@pkgsrc.org> | 2010-12-07 22:22:21 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2010-12-07 22:22:21 +0000 |
commit | a3c47c37d86e37802015c8e86eebcaa9ac4976df (patch) | |
tree | ab64f2895f5a6de139cfc20241865fd1ec0525b1 /sysutils/xbattbar | |
parent | ac5ccf9e655c84e711b02c6e57ea8d7b967bf3e2 (diff) | |
download | pkgsrc-a3c47c37d86e37802015c8e86eebcaa9ac4976df.tar.gz |
NOT_FOR_PLATFORM= Darwin-*-*
Diffstat (limited to 'sysutils/xbattbar')
-rw-r--r-- | sysutils/xbattbar/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/xbattbar/Makefile b/sysutils/xbattbar/Makefile index 9c77342767b..168f0ed5c2f 100644 --- a/sysutils/xbattbar/Makefile +++ b/sysutils/xbattbar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2008/01/04 01:43:58 pooka Exp $ +# $NetBSD: Makefile,v 1.33 2010/12/07 22:22:21 abs Exp $ DISTNAME= xbattbar_1.4.2 PKGNAME= ${DISTNAME:S/_/-/} @@ -12,6 +12,8 @@ COMMENT= X11 battery graph for laptops PKG_DESTDIR_SUPPORT= user-destdir +NOT_FOR_PLATFORM= Darwin-*-* + WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/} USE_IMAKE= yes |