diff options
author | sumikawa <sumikawa@FreeBSD.org> | 2003-10-16 17:58:21 +0800 |
---|---|---|
committer | sumikawa <sumikawa@FreeBSD.org> | 2003-10-16 17:58:21 +0800 |
commit | 3f0f31888b4b7e6a223eb2271d297e553a0b3557 (patch) | |
tree | a93346cc6c787c4baa7eeb1407f9ed6943207c4c /sysutils/xbattbar | |
parent | 86c04fa33f7ba1d1fd51b5e85ad87732cd1d8df5 (diff) | |
download | freebsd-ports-gnome-3f0f31888b4b7e6a223eb2271d297e553a0b3557.tar.gz freebsd-ports-gnome-3f0f31888b4b7e6a223eb2271d297e553a0b3557.tar.zst freebsd-ports-gnome-3f0f31888b4b7e6a223eb2271d297e553a0b3557.zip |
Do not build this port on alpha and sparc64 since APM is not supported
on them.
Diffstat (limited to 'sysutils/xbattbar')
-rw-r--r-- | sysutils/xbattbar/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/xbattbar/Makefile b/sysutils/xbattbar/Makefile index 89c0da688373..56ac81e31331 100644 --- a/sysutils/xbattbar/Makefile +++ b/sysutils/xbattbar/Makefile @@ -15,6 +15,8 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= sumikawa@FreeBSD.org COMMENT= Simple battery meter +NOT_FOR_ARCHS= sparc64 alpha + USE_IMAKE= yes USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/xbattbar-${PORTVERSION} |