diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-10-28 07:51:32 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-10-28 07:51:32 +0000 |
commit | 5b2eeef23b732f1a66b4d4b51104d2bdf24e0ac5 (patch) | |
tree | e217c3a7eb075f63af87780b21bc2cf88e6bbf2f /sysutils | |
parent | a66920caa6d9a3f2c0d4e59e630c33ff7e8df44d (diff) | |
download | ports-5b2eeef23b732f1a66b4d4b51104d2bdf24e0ac5.tar.gz ports-5b2eeef23b732f1a66b4d4b51104d2bdf24e0ac5.zip |
According to bento logs, this port does not build on sparc64 and alpha
because they do not have APM. This patch disables this package on these
platforms.
PR: ports/58137
Submitted By: maintainer
Notes
Notes:
svn path=/head/; revision=92414
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/xfce4-battery-plugin/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/xfce4-battery-plugin/Makefile b/sysutils/xfce4-battery-plugin/Makefile index b6de1d429d45..c51fbc6a0ccb 100644 --- a/sysutils/xfce4-battery-plugin/Makefile +++ b/sysutils/xfce4-battery-plugin/Makefile @@ -20,6 +20,8 @@ LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ xfcegui4.1:${PORTSDIR}/x11-toolkits/libxfce4gui RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel +NOT_FOR_ARCHS= sparc64 alpha + USE_GNOME= gtk20 USE_X_PREFIX= yes GNU_CONFIGURE= yes |