diff options
Diffstat (limited to 'x11/gsynaptics/Makefile')
-rw-r--r-- | x11/gsynaptics/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gsynaptics/Makefile b/x11/gsynaptics/Makefile index 6c0e09fe2b1c..8e2c852bbee5 100644 --- a/x11/gsynaptics/Makefile +++ b/x11/gsynaptics/Makefile @@ -33,6 +33,6 @@ post-install: .include <bsd.port.pre.mk> -RUN_DEPENDS+= ${X11BASE}/lib/xorg/modules/input/synaptics_drv.so:${PORTSDIR}/x11-drivers/synaptics +RUN_DEPENDS+= ${LOCALBASE}/lib/xorg/modules/input/synaptics_drv.so:${PORTSDIR}/x11-drivers/synaptics .include <bsd.port.post.mk> |