diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-02-28 16:04:40 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-02-28 16:04:40 +0800 |
commit | 56c50836acf799b99d62499a732765bdbfd84b7c (patch) | |
tree | 7660848f6d5370d8f2ec90eca9b5dde3bcffd2d7 /x11/gnome-applets/Makefile | |
parent | 427a7c66c717dc61e528f14a57c3368b11ef98fd (diff) | |
download | marcuscom-ports-56c50836acf799b99d62499a732765bdbfd84b7c.tar marcuscom-ports-56c50836acf799b99d62499a732765bdbfd84b7c.tar.gz marcuscom-ports-56c50836acf799b99d62499a732765bdbfd84b7c.tar.bz2 marcuscom-ports-56c50836acf799b99d62499a732765bdbfd84b7c.tar.lz marcuscom-ports-56c50836acf799b99d62499a732765bdbfd84b7c.tar.xz marcuscom-ports-56c50836acf799b99d62499a732765bdbfd84b7c.tar.zst marcuscom-ports-56c50836acf799b99d62499a732765bdbfd84b7c.zip |
We don't need kernel source on recent -CURRENT to build battstat.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3729 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-applets/Makefile')
-rw-r--r-- | x11/gnome-applets/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile index 413bc903e..3555e8dd2 100644 --- a/x11/gnome-applets/Makefile +++ b/x11/gnome-applets/Makefile @@ -53,6 +53,7 @@ PLIST_SUB= BATTERY="@comment " GCONF_SCHEMAS+= battstat.schemas PLIST_SUB= BATTERY="" +.if ${OSVERSION} < 600019 pre-everything:: @${ECHO_MSG} "" @${ECHO_MSG} " W A R N I N G" @@ -65,6 +66,7 @@ pre-everything:: @${ECHO_MSG} "*****************************************************" @${ECHO_MSG} "" .endif +.endif .if ${ARCH} != "i386" && ${ARCH} != "amd64" PLIST_SUB+= CPUFREQ="@comment " |