diff options
Diffstat (limited to 'math/calctool/Makefile')
-rw-r--r-- | math/calctool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/calctool/Makefile b/math/calctool/Makefile index 9a32f3b05380..9d03ff6b66cb 100644 --- a/math/calctool/Makefile +++ b/math/calctool/Makefile @@ -38,7 +38,7 @@ PLIST_SUB+= TTY="@comment " .if ${PORT_OPTIONS:MXVIEW} BINARIES+= xv_calctool -LIB_DEPENDS+= xview.3:${PORTSDIR}/x11-toolkits/xview +LIB_DEPENDS+= libxview.so:${PORTSDIR}/x11-toolkits/xview PLIST_SUB+= XVIEW="" .else PLIST_SUB+= XVIEW="@comment " |