summaryrefslogtreecommitdiff
path: root/sysutils/gkrellm2
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-02-28 22:53:02 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-02-28 22:53:02 +0000
commit1c2467424297416ed47476a1a94cfb27906a3dd0 (patch)
tree6c737d25070e339d396057ba9d912a604f123d73 /sysutils/gkrellm2
parent* Update to 0.7.8 which fixes build with GtkHTML-1.1 (diff)
Use pre-everything:: instead of pre-everything: to avoid conflict with
targets in bsd.port.mk
Notes
Notes: svn path=/head/; revision=76674
Diffstat (limited to 'sysutils/gkrellm2')
-rw-r--r--sysutils/gkrellm2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/gkrellm2/Makefile b/sysutils/gkrellm2/Makefile
index 0f2df7bb0d50..97d4eff7cc4a 100644
--- a/sysutils/gkrellm2/Makefile
+++ b/sysutils/gkrellm2/Makefile
@@ -62,7 +62,7 @@ CFLAGS+= -DSYSTEM_THEMES_DIR='\"${X11BASE}/share/gkrellm2/themes\"' \
-DSYSTEM_PLUGINS_DIR='\"${X11BASE}/libexec/gkrellm2/plugins\"' \
-DGKRELLMD_SYS_ETC='\"${PREFIX}/etc\"'
-pre-everything:
+pre-everything::
.if !defined(GKRELLM_SERVER_ONLY)
@${ECHO} ""
@${ECHO} "You may use GKRELLM_SERVER_ONLY=yes to build gkrellmd only."