diff options
author | marcus <marcus@FreeBSD.org> | 2004-04-21 08:53:59 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-04-21 08:53:59 +0800 |
commit | 23ac9cc8b338e3b5f49bcd0d6fdb3005696a74bf (patch) | |
tree | 63c8d4b0039c1c3685e9ee19646fd130bcf7f3ba /x11 | |
parent | 3a6b4ca4a02d68f59f83c2f03d2ec5049732f595 (diff) | |
download | freebsd-ports-graphics-23ac9cc8b338e3b5f49bcd0d6fdb3005696a74bf.tar.gz freebsd-ports-graphics-23ac9cc8b338e3b5f49bcd0d6fdb3005696a74bf.tar.zst freebsd-ports-graphics-23ac9cc8b338e3b5f49bcd0d6fdb3005696a74bf.zip |
Fix package build on !i386.
Reported by: bento via kris
Approved by: portmgr (implicit)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-applets/pkg-plist | 4 | ||||
-rw-r--r-- | x11/gnomeapplets2/pkg-plist | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/gnome-applets/pkg-plist b/x11/gnome-applets/pkg-plist index 119fd3e38b2..790b380cd13 100644 --- a/x11/gnome-applets/pkg-plist +++ b/x11/gnome-applets/pkg-plist @@ -57,7 +57,7 @@ etc/sound/events/mailcheck.soundlist include/libgswitchit/gswitchit_plugin.h include/libgswitchit/gswitchit_xkb_config.h libdata/bonobo/servers/GNOME_AccessxStatusApplet.server -libdata/bonobo/servers/GNOME_BattstatApplet.server +%%BATTERY%%libdata/bonobo/servers/GNOME_BattstatApplet.server libdata/bonobo/servers/GNOME_CDPlayerApplet.server libdata/bonobo/servers/GNOME_CharpickerApplet.server libdata/bonobo/servers/GNOME_DriveMountApplet.server @@ -240,7 +240,7 @@ share/gnome/gkb/YU_Serbo-Croatian_x.keyprop share/gnome/gkb/Yugoslav.keyprop share/gnome/gkb/presets.xml share/gnome/gnome-2.0/ui/GNOME_AccessxApplet.xml -share/gnome/gnome-2.0/ui/GNOME_BattstatApplet.xml +%%BATTERY%%share/gnome/gnome-2.0/ui/GNOME_BattstatApplet.xml share/gnome/gnome-2.0/ui/GNOME_CDPlayerApplet.xml share/gnome/gnome-2.0/ui/GNOME_CharpickerApplet.xml share/gnome/gnome-2.0/ui/GNOME_DriveMountApplet.xml diff --git a/x11/gnomeapplets2/pkg-plist b/x11/gnomeapplets2/pkg-plist index 119fd3e38b2..790b380cd13 100644 --- a/x11/gnomeapplets2/pkg-plist +++ b/x11/gnomeapplets2/pkg-plist @@ -57,7 +57,7 @@ etc/sound/events/mailcheck.soundlist include/libgswitchit/gswitchit_plugin.h include/libgswitchit/gswitchit_xkb_config.h libdata/bonobo/servers/GNOME_AccessxStatusApplet.server -libdata/bonobo/servers/GNOME_BattstatApplet.server +%%BATTERY%%libdata/bonobo/servers/GNOME_BattstatApplet.server libdata/bonobo/servers/GNOME_CDPlayerApplet.server libdata/bonobo/servers/GNOME_CharpickerApplet.server libdata/bonobo/servers/GNOME_DriveMountApplet.server @@ -240,7 +240,7 @@ share/gnome/gkb/YU_Serbo-Croatian_x.keyprop share/gnome/gkb/Yugoslav.keyprop share/gnome/gkb/presets.xml share/gnome/gnome-2.0/ui/GNOME_AccessxApplet.xml -share/gnome/gnome-2.0/ui/GNOME_BattstatApplet.xml +%%BATTERY%%share/gnome/gnome-2.0/ui/GNOME_BattstatApplet.xml share/gnome/gnome-2.0/ui/GNOME_CDPlayerApplet.xml share/gnome/gnome-2.0/ui/GNOME_CharpickerApplet.xml share/gnome/gnome-2.0/ui/GNOME_DriveMountApplet.xml |