summaryrefslogtreecommitdiff
path: root/sysutils/gkrellmouse
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/gkrellmouse')
-rw-r--r--sysutils/gkrellmouse/Makefile2
-rw-r--r--sysutils/gkrellmouse/files/patch-Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/gkrellmouse/Makefile b/sysutils/gkrellmouse/Makefile
index 15057aa65a48..75aa45260bd0 100644
--- a/sysutils/gkrellmouse/Makefile
+++ b/sysutils/gkrellmouse/Makefile
@@ -17,7 +17,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Mouse odometer plugin for GKrellM
-BUILD_DEPENDS= ${X11BASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm
+BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm
PLIST_FILES= libexec/gkrellm/plugins/gkmouse.so
diff --git a/sysutils/gkrellmouse/files/patch-Makefile b/sysutils/gkrellmouse/files/patch-Makefile
index b4a6a9044733..c6dfe4991d4d 100644
--- a/sysutils/gkrellmouse/files/patch-Makefile
+++ b/sysutils/gkrellmouse/files/patch-Makefile
@@ -5,7 +5,7 @@
# This should point to your gkrellm headers
-GKRELLM_HDRS := /usr/include/gkrellm
-+GKRELLM_HDRS := ${X11BASE}/include/gkrellm
++GKRELLM_HDRS := ${LOCALBASE}/include/gkrellm
-CC := gcc
-GTKFLAGS := $(shell gtk-config --cflags)