diff options
author | miwi <miwi@FreeBSD.org> | 2008-07-14 06:50:59 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-07-14 06:50:59 +0800 |
commit | cb2ff29b81f0f95a00947eb7a0c643ade8c15f5d (patch) | |
tree | 244a68cca6e3c1384f49eae3d328f7c115e55632 | |
parent | 75c9cdc6ae9119110ca094a7f403e7bae24a0648 (diff) | |
download | freebsd-ports-gnome-cb2ff29b81f0f95a00947eb7a0c643ade8c15f5d.tar.gz freebsd-ports-gnome-cb2ff29b81f0f95a00947eb7a0c643ade8c15f5d.tar.zst freebsd-ports-gnome-cb2ff29b81f0f95a00947eb7a0c643ade8c15f5d.zip |
- Allow to build on amd64 (works fine)
PR: 125514
Submitted by: nwhitehorn@
-rw-r--r-- | sysutils/xfce4-battery-plugin/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sysutils/xfce4-battery-plugin/Makefile b/sysutils/xfce4-battery-plugin/Makefile index 18dc7c564656..7626b46f3953 100644 --- a/sysutils/xfce4-battery-plugin/Makefile +++ b/sysutils/xfce4-battery-plugin/Makefile @@ -15,10 +15,7 @@ DIST_SUBDIR= xfce4 MAINTAINER= miwi@FreeBSD.org COMMENT= Battery monitor panel plugin for XFce4 -BUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel -RUN_DEPENDS= ${BUILD_DEPENDS} - -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 GNU_CONFIGURE= yes USE_BZIP2= yes |