diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-16 08:44:04 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-16 08:44:04 +0000 |
commit | 6ca92592d58fba5e5954c7325043d1b4d6b26646 (patch) | |
tree | 289ec4aa8b822fb645ed24b93d3aecb4b11d3438 /x11/xvkbd | |
parent | 838bfabea59c3c6d88886bbf7417b92f560c5481 (diff) |
Notes
Diffstat (limited to 'x11/xvkbd')
-rw-r--r-- | x11/xvkbd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xvkbd/Makefile b/x11/xvkbd/Makefile index 36f849e36164..ff170ae36563 100644 --- a/x11/xvkbd/Makefile +++ b/x11/xvkbd/Makefile @@ -22,7 +22,7 @@ USE_XORG= ice sm x11 xaw xext xmu xpm xt .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MXAW3D} -LIB_DEPENDS+= Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d +LIB_DEPENDS+= libXaw3d.so:${PORTSDIR}/x11-toolkits/Xaw3d XK_DEFSUBST+= -e 's/XCOMM define XAW3d/\#define XAW3d/;' .endif |