diff options
Diffstat (limited to 'x11/gnome-applets/Makefile')
-rw-r--r-- | x11/gnome-applets/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile index b31397639bd5..f4b79fa68961 100644 --- a/x11/gnome-applets/Makefile +++ b/x11/gnome-applets/Makefile @@ -74,10 +74,10 @@ PLIST_SUB+= PYTHON="@comment " .if ${ARCH} != "i386" && ${ARCH} != "amd64" CFLAGS+= -fPIC -PLIST_SUB= BATTERY="@comment " +PLIST_SUB+= BATTERY="@comment " .else GCONF_SCHEMAS+= battstat.schemas -PLIST_SUB= BATTERY="" +PLIST_SUB+= BATTERY="" .endif .if ${ARCH} != "i386" && ${ARCH} != "amd64" |